6 Commits

Author SHA1 Message Date
161b38a8f8
post create cypress feature 2021-04-12 13:24:51 +02:00
9add0fe1e9
started to refactor cypress tests 2021-04-12 13:22:30 +02:00
0ec0574375
have cypress running locally - the tests still fail 2021-04-12 13:22:29 +02:00
mattwr18
2adfe1665b Implement direct login in cypress tests
- there is a manualLogin for tests which test the manual logging in, all
  others just set the cookie in the frontend
2020-02-11 21:44:19 +01:00
roschaefer
178143dfb7 refactor(modules): Various import fixes
* DRY schema stitching code
* Use same `.env` configuration file for cypress tests

That last part I couldn't improve a lot. I thought it might be possible
with cypress to import all files from a folder. But since it must be
browser compatible and our backend is not using webpack or anything,
it remains a goal unreached.

close #2773
close #2774
2020-01-17 15:59:19 +01:00
Robert Schäfer
44d1265681 Restructure for monorepo 2019-03-21 02:11:35 +01:00