mirror of
https://github.com/zitadel/zitadel.git
synced 2025-08-12 12:57:34 +00:00
12 lines
107 B
Markdown
12 lines
107 B
Markdown
![]() |
# Run e2e Tests
|
||
|
|
||
|
```bash
|
||
|
docker compose run e2e
|
||
|
```
|
||
|
|
||
|
# Cleanup e2e Tests
|
||
|
|
||
|
```bash
|
||
|
docker compose down
|
||
|
```
|