Skip to content

Commit

Permalink
cucumber i github_actions
Browse files Browse the repository at this point in the history
  • Loading branch information
Schpenn committed Apr 29, 2024
1 parent 37b1b5c commit f22c5e1
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/playwright.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,10 @@ jobs:
run: npx playwright install --with-deps
- name: Run Playwright tests
run: npx playwright test --reporter=html
- name: Install Cucumber
run: npm install --save-dev @cucumber/cucumber
- name: Run Cucumber tests
run: npm test
- uses: actions/upload-artifact@v4
if: always()
with:
Expand Down

0 comments on commit f22c5e1

Please sign in to comment.