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
commit 09c0f60e2f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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 &