Commit Graph

12 Commits

Author SHA1 Message Date
Ruben Fiszel
9883eae2e7 Replace cypress with playwright (#170)
* cypress

* all

* global setup

* global setup

* setup node

* setup node

* setup node
2022-07-05 01:46:43 +02:00
Ruben Fiszel
b7db80b08b ci: cypress 2022-07-03 10:30:03 +02:00
Ruben Fiszel
f646aa4dfe ci: cypress timeout 2022-07-03 09:39:34 +02:00
Ruben Fiszel
f549c698c6 remove baseUrl cypress config 2022-07-03 03:32:31 +02:00
Ruben Fiszel
6455a4d530 fix login bug 2022-06-03 21:00:13 +02:00
Faton Ramadani
f8cc9996b7 Setup Cypress e2e tests (#91)
* Setup Cypress e2e tests

* Add login function

* Cypress github action setup

* Fix CI github action

* Properly setup node and install dependencies

* Wait on localhost to respond before running the tests

* Install missing dependencies

* Remove rust setup

* Stop caddy after installation

* Remove Caddy from CI

* Properly connect to DB

* CI clean up

* Run cypress after build

* Testing CI

* Restore commented code

* Fix docker image tag

* Fix tags

* Fix tag

* Fix tag

* Fix node_modules

* Fix postgres host name

* Bind

* Fix port

* Logs

* Fix DB Host

* Test GA

* Create docker network

* Get IP from container

* Try removing custom wait-on

* Correctly run cypress tests

* Print IP

* Add logs

* Debug docker

* Add logs

* Logs

* logs

* Fix DB hostname

* tring my way

* tring my way

* tring my way

* tring my way

* works

Co-authored-by: Ruben Fiszel <ruben@rubenfiszel.com>
2022-06-03 20:22:12 +02:00
Ruben Fiszel
4d7c72ae2f ci: more consistent docker image names 2022-05-26 00:49:41 +02:00
Ruben Fiszel
fda80f2563 ci: push to private registry builded image no matter what 2022-05-10 17:15:16 +02:00
dependabot[bot]
7017e9bb83 chore(deps): bump actions/checkout from 2 to 3 (#19)
Bumps [actions/checkout](https://github.com/actions/checkout) from 2 to 3.
- [Release notes](https://github.com/actions/checkout/releases)
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md)
- [Commits](https://github.com/actions/checkout/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/checkout
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-05-10 14:24:17 +02:00
Ruben Fiszel
2be3d3ea37 ci: refactor + dockerhub 2022-05-08 11:57:37 +02:00
Ruben Fiszel
8e96645e78 README + workflows 2022-05-05 10:46:08 +02:00
Ruben Fiszel
2e132878e4 first commit 2022-05-05 04:25:58 +02:00