Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Staschalapko committed Sep 17, 2024
1 parent 23f9564 commit 5e8109f
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 6 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/playwright_pre_webkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
tests_webkit:
environment: PRE
timeout-minutes: 240
runs-on: windows-latest
runs-on: ubuntu-latest

steps:
- name: Checkout repository
Expand Down Expand Up @@ -37,9 +37,7 @@ jobs:
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
GMAIL_NAME: ${{ secrets.GMAIL_NAME }}
run: |
Xvfb :99 -screen 0 1280x1024x24 &
npx playwright test --project=webkit --headed -gv 'PERF' ./tests/view-mode.spec.js
run: npx playwright test --project=webkit -gv 'PERF' ./tests/view-mode.spec.js

- name: Upload Playwright Report
uses: actions/upload-artifact@v3
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
},
"homepage": "https://github.com/penpot/penpotqa#readme",
"devDependencies": {
"@playwright/test": "^1.31.2",
"@playwright/test": "^1.35.1",
"dotenv": "^16.3.1"
},
"dependencies": {
Expand Down

0 comments on commit 5e8109f

Please sign in to comment.