zitadel/e2e
Livio Spring 0530f19d94
feat: allow usernames without @ when UserMustBeDomain false (#4852)
* feat: allow usernames without @ when UserMustBeDomain false

* e2e

* test(e2e): table driven tests for humans and machines

* cleanup

* fix(e2e): ensure there are no username conflicts

* e2e: make awaitDesired async

* rm settings mapping

* e2e: make awaitDesired async

* e2e: parse sequence as int

* e2e: ensure test fails if awaitDesired fails

Co-authored-by: Max Peintner <max@caos.ch>
2022-12-22 11:16:17 +00:00
..
cypress feat: allow usernames without @ when UserMustBeDomain false (#4852) 2022-12-22 11:16:17 +00:00
.gitignore ci(e2e): Run Tests in Pipelines (#3903) 2022-08-05 20:00:46 +02:00
.prettierignore chore(e2e): formatting with prettier (#4385) 2022-09-19 19:49:46 +02:00
.prettierrc.json chore(e2e): formatting with prettier (#4385) 2022-09-19 19:49:46 +02:00
cypress.config.ts docs(contributing): Update contributing guide (#3729) 2022-08-26 19:39:15 +02:00
docker-compose.yaml feat: allow disabling the mfa setup prompt (#4575) 2022-10-26 10:20:01 +02:00
package-lock.json feat(console): rename org (#4542) 2022-10-20 14:08:13 +02:00
package.json feat(console): rename org (#4542) 2022-10-20 14:08:13 +02:00
README.md ci(e2e): Run Tests in Pipelines (#3903) 2022-08-05 20:00:46 +02:00
tsconfig.json docs(contributing): Update contributing guide (#3729) 2022-08-26 19:39:15 +02:00

Run e2e Tests

docker compose run e2e

Cleanup e2e Tests

docker compose down