No description
Find a file
2023-11-24 17:50:06 +01:00
envfiles@a8375f6fc7 [WIP] Add new automated test framework (#1) 2023-11-22 21:40:13 +01:00
previous-work [WIP] Add new automated test framework (#1) 2023-11-22 21:40:13 +01:00
src remove old function with browser fixture 2023-11-24 17:50:06 +01:00
.gitignore add tests dir 2023-11-22 23:23:50 +01:00
.gitmodules [WIP] Add new automated test framework (#1) 2023-11-22 21:40:13 +01:00
docker-compose.yml [WIP] Add new automated test framework (#1) 2023-11-22 21:40:13 +01:00
Dockerfile [WIP] Add new automated test framework (#1) 2023-11-22 21:40:13 +01:00
main.py move get_session_id to utils 2023-11-24 12:11:34 +01:00
pyproject.toml fix formatting 2023-11-24 11:57:29 +01:00
README.md [WIP] Add new automated test framework (#1) 2023-11-22 21:40:13 +01:00
requirements.txt [WIP] Add new automated test framework (#1) 2023-11-22 21:40:13 +01:00

Readme

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