Skip to content

Commit

Permalink
update playwright_pre_qase.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chalapkoStanislav committed May 1, 2024
1 parent a94fb39 commit 22542ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/playwright_pre_qase.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
BASE_URL: ${{ secrets.BASE_URL }}
LOGIN_EMAIL: ${{ secrets.LOGIN_EMAIL }}
LOGIN_PWD: ${{ secrets.LOGIN_PWD }}
run: npx playwright test --project=chrome -gv 'PERF'
run: npx playwright test --project=chrome -gv 'PERF' ./tests/panels-features/panels-features-fill.spec.js
- name: Upload Playwright Report
uses: actions/upload-artifact@v3
if: always()
Expand Down

0 comments on commit 22542ce

Please sign in to comment.