diff options
author | Darius Jahandarie <djahandarie@gmail.com> | 2023-11-02 13:09:40 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-11-02 13:09:40 +0000 |
commit | caccc2feb6fdfd271e89b3f0a9a3f9c1cf5ff012 (patch) | |
tree | 0397ee020cddc4cec060a04dfcddc0ae45d07a87 /.github | |
parent | 092d1beac6c1af8eae8615d541434513e875b4a5 (diff) | |
parent | 193437fed0f4ee756fd62902947afce54f54dfe6 (diff) |
Merge pull request #299 from jbukl/pw-search-anki
search.html clipboard monitor, Anki add note Playwright tests
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 |