Skip to content

Commit 0c35de2

Browse files
committed
Remove puppeteer
1 parent 994b325 commit 0c35de2

File tree

3 files changed

+0
-133
lines changed

3 files changed

+0
-133
lines changed

package-lock.json

Lines changed: 0 additions & 123 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -278,7 +278,6 @@
278278
"@web/dev-server": "^0.4.6",
279279
"@web/test-runner": "^0.18.3",
280280
"@web/test-runner-playwright": "^0.11.0",
281-
"@web/test-runner-puppeteer": "^0.16.0",
282281
"clean-css": "^5.1.2",
283282
"codemirror": "^5.65.9",
284283
"codemirror-grammar-mode": "^0.1.10",

web-test-runner.config.js

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@
55
*/
66

77
import {playwrightLauncher} from '@web/test-runner-playwright';
8-
// import {puppeteerLauncher} from '@web/test-runner-puppeteer';
98
import {fakeCdnPlugin} from './test/fake-cdn-plugin.js';
109
import {startDevServer} from '@web/dev-server';
1110

@@ -39,14 +38,6 @@ export default {
3938
playwrightLauncher({product: 'chromium'}),
4039
playwrightLauncher({product: 'webkit'}),
4140
playwrightLauncher({product: 'firefox'}),
42-
// Playwright Firefox does not currently work with service workers, see
43-
// https://github.com/microsoft/playwright/issues/7288.
44-
//
45-
// Also note we can't use Puppeteer for both Chromium and Firefox, because
46-
// only one or the other can be installed at once (see our "postinstall" NPM
47-
// script). See
48-
// https://modern-web.dev/docs/test-runner/browser-launchers/puppeteer/.
49-
// puppeteerLauncher({launchOptions: {product: 'firefox'}, concurrency: 1}),
5041
],
5142
concurrentBrowsers: Number(process.env.CONCURRENT_BROWSERS) || 2, // default 2
5243
browserStartTimeout: 30000, // default 30000

0 commit comments

Comments
 (0)