Merge pull request #422 from SamR1/fix-e2e-tests-on-ci
CI - fix e2e tests with packaged version
This commit is contained in:
commit
09c0f60e2f
2
.github/workflows/.tests-python.yml
vendored
2
.github/workflows/.tests-python.yml
vendored
@ -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 &
|
||||
|
Loading…
Reference in New Issue
Block a user