typescript icon indicating copy to clipboard operation
typescript copied to clipboard

ZITADEL New Login UI: Standardize the way of writing and running acceptance tests.

Open eliobischof opened this issue 2 years ago • 1 comments

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).

eliobischof avatar May 12 '23 17:05 eliobischof

reevaluate cypress

setup structure

adlerhurst avatar May 15 '23 12:05 adlerhurst