From 0bad3feeaf84a1ab4899171590ad3753fa300c9a Mon Sep 17 00:00:00 2001 From: omri zaher Date: Mon, 22 Sep 2025 13:28:11 +0300 Subject: [PATCH] Add pytest command to run Selenium tests in CI workflow --- .github/workflows/e2e-testing.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/e2e-testing.yml b/.github/workflows/e2e-testing.yml index 6faa73466..85f9c094e 100644 --- a/.github/workflows/e2e-testing.yml +++ b/.github/workflows/e2e-testing.yml @@ -262,3 +262,6 @@ jobs: SCREEN_WIDTH: ${{ matrix.resolution.width }} SCREEN_HEIGHT: ${{ matrix.resolution.height }} WEKAN_URL: ${{ secrets.WEKAN_URL }} + + run: | + pytest tests/