Skip to content

Commit

Permalink
update version
Browse files Browse the repository at this point in the history
  • Loading branch information
Staschalapko committed Sep 19, 2024
1 parent 66d5632 commit 5da4aff
Show file tree
Hide file tree
Showing 4 changed files with 774 additions and 804 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/playwright_pre_webkit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
CLIENT_ID: ${{ secrets.CLIENT_ID }}
CLIENT_SECRET: ${{ secrets.CLIENT_SECRET }}
GMAIL_NAME: ${{ secrets.GMAIL_NAME }}
run: npx playwright test --project=webkit -gv 'PERF'
run: npx playwright test --project=webkit -gv 'PERF' ./tests/view-mode.spec.js

- name: Upload Playwright Report
uses: actions/upload-artifact@v3
Expand Down
82 changes: 26 additions & 56 deletions 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.38.1",
"@playwright/test": "1.31.2",
"dotenv": "^16.3.1"
},
"dependencies": {
Expand Down
Loading

0 comments on commit 5da4aff

Please sign in to comment.