CI - fix e2e tests with packaged version

This commit is contained in:
Sam 2023-09-03 08:50:32 +02:00
parent 0fd5efdec6
commit 619b84ef2e

View File

@ -175,7 +175,7 @@ jobs:
- name: Run migrations
run: ftcli db upgrade
- name: Install pytest and selenium
run: python3 -m pip install pytest==7.4.0 pytest-selenium==4.0.1 selenium==4.9.0
run: python3 -m pip install pytest==7.4.0 pytest-selenium==4.0.1 selenium==4.9.0 pytest-html==3.2.0
- name: Start application and run tests with Selenium
run: |
setsid nohup fittrackee >> nohup.out 2>&1 &