Files
AdNova/solution/tests/e2e/README.md
T
2025-02-18 14:11:20 +03:00

698 B

E2E tests for AdNova

Prerequisites

Ensure you have the following installed on your system:

Warning

Plese note that containers will use ports 13241 to 13246 and 8080, so there is must be no listeners on this ports range.

Install dependencies

uv sync --no-dev

Customize environment

Customize environment with docker run command (or bind .env file to container), for all environment vars and default values see .env.template.

Run tests

uv run pytest .