We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 450d510 commit 6cb7e1dCopy full SHA for 6cb7e1d
.github/workflows/playwright.yml
@@ -27,7 +27,7 @@ jobs:
27
run: npx playwright install --with-deps
28
29
- name: Run Cucumber tests
30
- run: npx cucumber-js --tags "@login"
+ run: npx cucumber-js --tags "@registration"
31
32
- uses: actions/upload-artifact@v4
33
if: ${{ !cancelled() }}
0 commit comments