Files
dependabot[bot] edf97795a6 Bump micromatch in /functional-samples/tutorial.terminate-sw/puppeteer (#1282)
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.5 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/master/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.5...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-17 10:35:58 +01:00
..

Testing service worker termination

Overview

Note: The test extension is intentionally broken as part of a tutorial in our documentation. See Test service worker termination with Puppeteer.

Sample code to show how to terminate a service worker in Puppeteer or Selenium.

Running the tests

  1. Install Node.JS.
  2. Change to the puppeteer or selenium directory.
  3. Run npm install.
  4. Run npm start.