Files
DataRush/tests/e2e
..
2025-02-26 17:44:27 +03:00
2025-02-26 17:44:27 +03:00
2025-03-01 00:29:14 +03:00
2025-02-26 17:44:27 +03:00
2025-03-01 09:30:09 +03:00
2025-03-01 09:30:09 +03:00
2025-02-26 17:44:27 +03:00

E2E tests for DataRush

Prerequisites

Ensure you have the following installed on your system:

Warning

Plese note that containers will use ports from 8000 to 8010, so there is must be no listeners on this ports range.

Clone the project

git clone https://gitlab.com/megazordpobeda/DataRush.git

Go to the project directory

cd DataRush/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