typescript
typescript copied to clipboard
ZITADEL New Login UI: Standardize the way of writing and running acceptance tests.
As a developer, I want to have an easy way to run acceptance tests, so that I can easily maintain them.
Acceptance Criteria
- [ ] An example acceptance test is easily runnable locally.
- [ ] Changes are just merged to main, if all acceptance tests succeed.
- [ ] The PR Template lists the following ready for review checks:
- Acceptance tests ensure that all probable local login and registration flows work as expected (The ZITADEL API is not mocked).
- Acceptance tests ensure that all probable external login and registration flows work as expected (IDPs are mocked but the ZITADEL API isn’t).
reevaluate cypress
setup structure