2e33f8f014e99e45ed4f366caa3f521f2610193c
Before, a test had only access to it's own env file / configuration (wordpress could see wordpress env file). Now, all env files are available. Wordpress test can also read authentik env file, for example to get the authentik domain. Reviewed-on: https://git.local-it.org/local-it-infrastructure/e2e_tests/pulls/4 Co-authored-by: Daniel <d.brummerloh@gmail.com> Co-committed-by: Daniel <d.brummerloh@gmail.com>
Clone
To clone with submodules, use these git commands:
git clone --recurse-submodules <repository>
git submodule update --init // add submodule after normal cloning
git submodule update --remote // update submodules
Run
docker compose build
docker compose run --rm app python ./main.py
docker compose run --rm app pytest
# docker-compose up
Force rebuild with cache
docker-compose up --build
Force rebuild wtihtout cache
docker-compose build --no-cache
Description
A Local-IT end-to-end testing prototype with playwright (see main/dev branches for different approaches)
https://git.local-it.org/local-it/e2e_tests
Languages
Python
100%