Files
AdNova/tests/e2e/README.md
T
ITQ c6e9b3d3fb revert: "chore: removed all exporters and prometheus"
This reverts commit 353e90ea9ee60e64acfd2b13306664014ab52e96.
2025-07-19 23:41:12 +03:00

808 B

E2E tests for AdNova

Prerequisites

Ensure you have the following installed on your system:

Warning

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

Setup

Clone the project

Go to the project directory

cd AdNova/tests/e2e

Install dependencies

uv sync --no-dev

Customize environment (optional)

cp .env.template .env

And setup env vars according to your needs.

Run tests

uv run pytest .

Results

You will see something like n passed in Ns