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 5757 - name : Run Playwright tests
5858 env :
5959 PLAYWRIGHT_WORKERS : ${{ fromJSON('[1, 4]')[github.repository == 'github/docs-internal'] }}
60+ NODE_OPTIONS : ' --no-experimental-strip-types'
61+
6062 # Run playwright rendering tests and a11y tests (axe scans) as distinct checks
6163 # so that we can run them without blocking merges until we can be confident
6264 # results for a11y tests are meaningul and scenarios we're testing are correct.
Original file line number Diff line number Diff line change 5050 # by default failures are marked as "flaky" instead of "failed".
5151 PLAYWRIGHT_RETRIES : 0
5252 TEST_EARLY_ACCESS : ${{ github.repository == 'github/docs-internal' }}
53+ NODE_OPTIONS : ' --no-experimental-strip-types'
5354 run : npm run playwright-test -- playwright-local-dev
5455
5556 - name : Start server in the background
You can’t perform that action at this time.
0 commit comments