mirror of
https://github.com/zitadel/zitadel.git
synced 2024-12-12 11:04:25 +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
|
||
|
```
|
||
|
|