mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-22 23:17:09 +00:00
895 B
895 B
E2E tests for project_name
Prerequisites
Ensure you have the following installed on your system:
- Python (>=3.10,<3.12)
- uv
- Docker
- Docker compose (latest versions)
Warning
Plese note that containers will use ports from 13241 to 13245 and 8080, so there is must be no listeners on this ports range.
Clone the project
git clone https://gitlab.prodcontest.ru/2025-final-projects-back/devitq.git
Go to the project directory
cd devitq/solution/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