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