Skip to content

Commit

Permalink
Merge pull request #422 from SamR1/fix-e2e-tests-on-ci
Browse files Browse the repository at this point in the history
CI - fix e2e tests with packaged version
  • Loading branch information
SamR1 authored Sep 3, 2023
2 parents 0fd5efd + 619b84e commit 09c0f60
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/.tests-python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 &
Expand Down

0 comments on commit 09c0f60

Please sign in to comment.