mirror of
https://github.com/wekan/wekan.git
synced 2026-01-04 00:28:49 +01:00
Update resolution dimensions for Selenium tests and add Anthropics API key to environment variables
This commit is contained in:
parent
5a17536e0a
commit
6668d890e2
1 changed files with 3 additions and 3 deletions
6
.github/workflows/e2e-testing.yml
vendored
6
.github/workflows/e2e-testing.yml
vendored
|
|
@ -206,9 +206,8 @@ jobs:
|
|||
matrix:
|
||||
browser: [chrome, firefox]
|
||||
resolution:
|
||||
- { name: "desktop", width: 1920, height: 1080 }
|
||||
- { name: "tablet", width: 1024, height: 768 }
|
||||
- { name: "mobile", width: 375, height: 667 }
|
||||
- { name: "desktop", width: 1200, height: 800 }
|
||||
- { name: "mobile", width: 800, height: 667 }
|
||||
fail-fast: false # Continue other jobs even if one fails
|
||||
|
||||
name: Test ${{ matrix.browser }} - ${{ matrix.resolution.name }}
|
||||
|
|
@ -262,6 +261,7 @@ jobs:
|
|||
SCREEN_WIDTH: ${{ matrix.resolution.width }}
|
||||
SCREEN_HEIGHT: ${{ matrix.resolution.height }}
|
||||
WEKAN_URL: ${{ secrets.WEKAN_URL }}
|
||||
ANTHROPIC_API_KEY: ${{ secrets.ANTHROPIC_API_KEY }}
|
||||
|
||||
run: |
|
||||
pytest tests/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue