Tests - add missing e2e test (add a workout w/ gpx)

This commit is contained in:
Sam
2023-07-14 17:43:39 +02:00
parent f6b867f076
commit bc15421b39
3 changed files with 138 additions and 0 deletions

View File

@ -87,6 +87,7 @@ jobs:
run: pytest fittrackee -p no:warnings --cov fittrackee --cov-report term-missing
end2end:
name: e2e tests
runs-on: ubuntu-latest
needs: ["python"]
container: python:3.10
@ -131,6 +132,7 @@ jobs:
pytest e2e --driver Remote --capability browserName firefox --selenium-host selenium --selenium-port 4444
end2end_package:
name: e2e tests with package
runs-on: ubuntu-latest
needs: ["python"]
container: python:3.10