Skip to content
Snippets Groups Projects
Commit 3d79e69b authored by Klaas Kliffen's avatar Klaas Kliffen :satellite:
Browse files

docs: update README

parent c46f4b56
No related branches found
No related tags found
1 merge request!1Initial setup
# Ludwig Integration Test # Ludwig Integration Test
## Running integration test This repo contains the integration test for Ludwig.
It is based on Selenium, which requires some additional packages to be available, therefore
it is recommended to run the integration test inside of docker.
It uses a docker bind volume to include the tests from the `tests` directory in the container.
## Running the integration test
```bash ```bash
docker compose run integration pytest export FE_VERSION="" # container tag; defaults to latest
export BE_VERSION="" # container tag; defaults to latest
docker compose run --rm integration pytest
``` ```
## Work in progress
- Database migrations & data fixtures
- Test isolation (wrt. data in the DB)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment