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 ea25f77 commit 3242917Copy full SHA for 3242917
.github/workflows/tests.yaml
@@ -27,7 +27,7 @@ jobs:
27
run: npx playwright install --with-deps
28
29
- name: Run Playwright Tests
30
- run: npx playwright test
+ run: NODE_OPTIONS="--no-experimental-strip-types" npx playwright test
31
32
- name: Upload Playwright Traces
33
if: failure()
0 commit comments