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 45ce461 commit 18d33cfCopy full SHA for 18d33cf
.github/workflows/stage-5-acceptance.yaml
@@ -50,6 +50,18 @@ jobs:
50
run: |
51
npx playwright install --with-deps
52
53
+ - name: "Run Playwright tests"
54
+ run: |
55
+ npm run e2e
56
+
57
+ - name: "Upload report"
58
+ uses: actions/upload-artifact@v4
59
+ if: ${{ !cancelled() }}
60
+ with:
61
+ name: playwright-report-e2e
62
+ path: playwright-report/
63
+ retention-days: 30
64
65
test-contract:
66
name: "Contract Test: ${{inputs.environment}} environment"
67
runs-on: ubuntu-latest
0 commit comments