File tree Expand file tree Collapse file tree 1 file changed +8
-10
lines changed
Expand file tree Collapse file tree 1 file changed +8
-10
lines changed Original file line number Diff line number Diff line change @@ -17,16 +17,12 @@ jobs:
1717 - uses : actions/setup-node@v4
1818 with :
1919 node-version : lts/*
20- - name : Install jq (Windows)
21- if : runner.os != 'Windows'
22- run : |
23- sudo apt-get update && sudo apt-get install -y jq
24- - name : Install dependencies
25- run : npm ci
26- - name : Install Playwright Browsers
27- run : npx playwright install --with-deps
28- - name : Run Playwright tests
29- run : npm test run
20+ # - name: Install dependencies
21+ # run: npm ci
22+ # - name: Install Playwright Browsers
23+ # run: npx playwright install --with-deps
24+ # - name: Run Playwright tests
25+ # run: npm test run
3026 # - name: Store JUnit Report
3127 # if: always()
3228 # uses: actions/upload-artifact@v4
3834 # uses: mikepenz/action-junit-report@v3
3935 # with:
4036 # report_paths: 'reports/junit-report.xml'
37+ - name : Debug Cucumber JSON Report
38+ run : cat test-results/cucumber-report.json
4139 - name : Add Test Case-wise Summary to GitHub Actions
4240 if : always()
4341 run : |
You can’t perform that action at this time.
0 commit comments