mirror of
https://github.com/wekan/wekan.git
synced 2026-01-22 01:06:09 +01:00
Add pytest command to run Selenium tests in CI workflow
This commit is contained in:
parent
d8e34bbaf2
commit
0bad3feeaf
1 changed files with 3 additions and 0 deletions
3
.github/workflows/e2e-testing.yml
vendored
3
.github/workflows/e2e-testing.yml
vendored
|
|
@ -262,3 +262,6 @@ jobs:
|
|||
SCREEN_WIDTH: ${{ matrix.resolution.width }}
|
||||
SCREEN_HEIGHT: ${{ matrix.resolution.height }}
|
||||
WEKAN_URL: ${{ secrets.WEKAN_URL }}
|
||||
|
||||
run: |
|
||||
pytest tests/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue