diff options
author | jbukl <noreply@github.com> | 2023-11-01 23:10:50 -0400 |
---|---|---|
committer | jbukl <noreply@github.com> | 2023-11-01 23:10:50 -0400 |
commit | 193437fed0f4ee756fd62902947afce54f54dfe6 (patch) | |
tree | 6cd3857d0189baee84dd9fca3d2b37e6e42d88c0 /.github | |
parent | 5c45643772e6669dc9945c038ebf06c634b19b25 (diff) |
add playwright sw env variable in action workflow
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/playwright.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 8d4adca8..be3e2c19 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -66,6 +66,8 @@ jobs: - name: "[PR] Generate new screenshots & compare against master" id: playwright + env: + PW_EXPERIMENTAL_SERVICE_WORKER_NETWORK_EVENTS: 1 run: | npx playwright test 2>&1 | tee ./playwright-output || true continue-on-error: true |