Add pytest command to run Selenium tests in CI workflow

This commit is contained in:
omri zaher 2025-09-22 13:28:11 +03:00
parent d8e34bbaf2
commit 0bad3feeaf

View file

@ -262,3 +262,6 @@ jobs:
SCREEN_WIDTH: ${{ matrix.resolution.width }}
SCREEN_HEIGHT: ${{ matrix.resolution.height }}
WEKAN_URL: ${{ secrets.WEKAN_URL }}
run: |
pytest tests/