zitadel/e2e
Elio Bischof 51febd7e4e
test(e2e): test authorizations (#4342)
* add specs that cover the b2b demo

* update cypress

* test handling manager roles

* use shared mocha contexts

* use beforeEach instead of before

* improve readability

* improve application test

* remove static waits

* remove old awaitDesired

* test owned project authorizations

* simplify ensure.ts

* test granted projects authz

* disable prevSubject for shouldNotExist

* await non-existence, then expect no error

* update dependencies

* fix tests from scratch

* fix settings tests from scratch

* Apply suggestions from code review

Co-authored-by: Max Peintner <max@caos.ch>

* Implement code review suggestions

* use spread operator

* settings properties must match

* add check settings object

* revert spread operator

Co-authored-by: Max Peintner <max@caos.ch>
2022-10-11 15:29:23 +02:00
..
cypress test(e2e): test authorizations (#4342) 2022-10-11 15:29:23 +02: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 test(e2e): test authorizations (#4342) 2022-10-11 15:29:23 +02:00
package-lock.json test(e2e): test authorizations (#4342) 2022-10-11 15:29:23 +02:00
package.json test(e2e): test authorizations (#4342) 2022-10-11 15:29:23 +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