playwright
Markos Gogoulos 2022-12-06 10:36:28 +02:00
rodzic 1bc481ffca
commit 6b7c707135
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -21,8 +21,8 @@ jobs:
- name: Start containers
run: docker-compose -f docker-compose-dev.yaml up -d
- name: Ensure browsers are installed
run: docker-compose -f docker-compose-dev.yaml exec --env TESTING=True -T web python -m playwright install chrome --with-deps
# - name: Ensure browsers are installed
# run: docker-compose -f docker-compose-dev.yaml exec --env TESTING=True -T web python -m playwright install chrome --with-deps
- name: Run all tests
run: docker-compose -f docker-compose-dev.yaml exec --env TESTING=True -T web pytest