mirror of
https://github.com/pewdiepie-archdaemon/odysseus.git
synced 2026-09-23 00:22:20 +02:00
16 lines
533 B
Markdown
16 lines
533 B
Markdown
# Browser End-to-End Tests
|
|
|
|
The photo editor release gate launches an isolated, authentication-disabled
|
|
Odysseus server on port `7013` with a temporary SQLite database.
|
|
|
|
```bash
|
|
npm install
|
|
npm run test:photo-editor:install
|
|
npm run test:photo-editor
|
|
```
|
|
|
|
Set `PHOTO_EDITOR_E2E_PORT` to use another port. Failure screenshots and traces
|
|
are written to `test-results/photo-editor/`. The server uses the repository
|
|
`.venv` automatically; set `ODYSSEUS_TEST_PYTHON` to another Python executable
|
|
when using a different environment layout.
|