File tree Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Expand file tree Collapse file tree 2 files changed +3
-0
lines changed Original file line number Diff line number Diff line change 57
57
- name : Run Playwright tests
58
58
env :
59
59
PLAYWRIGHT_WORKERS : ${{ fromJSON('[1, 4]')[github.repository == 'github/docs-internal'] }}
60
+ NODE_OPTIONS : ' --no-experimental-strip-types'
61
+
60
62
# Run playwright rendering tests and a11y tests (axe scans) as distinct checks
61
63
# so that we can run them without blocking merges until we can be confident
62
64
# results for a11y tests are meaningul and scenarios we're testing are correct.
Original file line number Diff line number Diff line change 50
50
# by default failures are marked as "flaky" instead of "failed".
51
51
PLAYWRIGHT_RETRIES : 0
52
52
TEST_EARLY_ACCESS : ${{ github.repository == 'github/docs-internal' }}
53
+ NODE_OPTIONS : ' --no-experimental-strip-types'
53
54
run : npm run playwright-test -- playwright-local-dev
54
55
55
56
- name : Start server in the background
You can’t perform that action at this time.
0 commit comments