Skip to content

Commit

Permalink
Remove puppeteer
Browse files Browse the repository at this point in the history
  • Loading branch information
justinfagnani committed Aug 19, 2024
1 parent 2fbea95 commit b0776d7
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 133 deletions.
123 changes: 0 additions & 123 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,6 @@
"@web/dev-server": "^0.4.6",
"@web/test-runner": "^0.18.3",
"@web/test-runner-playwright": "^0.11.0",
"@web/test-runner-puppeteer": "^0.16.0",
"clean-css": "^5.1.2",
"codemirror": "^5.65.9",
"codemirror-grammar-mode": "^0.1.10",
Expand Down
9 changes: 0 additions & 9 deletions web-test-runner.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
*/

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

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

0 comments on commit b0776d7

Please sign in to comment.