Merge pull request #422 from SamR1/fix-e2e-tests-on-ci

CI - fix e2e tests with packaged version
This commit is contained in:
Sam
2023-09-03 09:30:34 +02:00
committed by GitHub

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 &