We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4ff14aa commit 0f88c7eCopy full SHA for 0f88c7e
1 file changed
.github/workflows/playwright.yml
@@ -36,7 +36,7 @@ jobs:
36
Api_Client_Secret: ${{ secrets.Api_Client_Secret }}
37
Admin_Username: ${{ secrets.Admin_Username }}
38
Admin_Password: ${{ secrets.Admin_Password }}
39
- run: npx playwright test --grep "@api" --reporter=html,allure-playwright
+ run: npx playwright test --grep "@ui" --reporter=html,allure-playwright
40
continue-on-error: true # ensures report steps run even if tests fail
41
42
0 commit comments