mirror of
https://github.com/zitadel/zitadel
synced 2024-11-22 00:39:36 +00:00
13 lines
108 B
Markdown
13 lines
108 B
Markdown
|
# Run e2e Tests
|
||
|
|
||
|
```bash
|
||
|
docker compose run e2e
|
||
|
```
|
||
|
|
||
|
# Cleanup e2e Tests
|
||
|
|
||
|
```bash
|
||
|
docker compose down
|
||
|
```
|
||
|
|