From 619b84ef2ebc2a4ba198775e99674cbd62067be8 Mon Sep 17 00:00:00 2001 From: Sam Date: Sun, 3 Sep 2023 08:50:32 +0200 Subject: [PATCH] CI - fix e2e tests with packaged version --- .github/workflows/.tests-python.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/.tests-python.yml b/.github/workflows/.tests-python.yml index ee33a5eb..40d1b336 100644 --- a/.github/workflows/.tests-python.yml +++ b/.github/workflows/.tests-python.yml @@ -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 &