Skip to content

Commit a9b3225

Browse files
committed
chore: remove Playwright browser configurations for Chromium and Firefox from web-test-runner setup
1 parent 9a98fc1 commit a9b3225

1 file changed

Lines changed: 0 additions & 10 deletions

File tree

web-test-runner.config.mjs

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -3,16 +3,6 @@ import { visualRegressionPlugin } from '@web/test-runner-visual-regression/plugi
33
export default {
44
files: 'test/**/*.test.js',
55
nodeResolve: true,
6-
browsers: [
7-
playwrightLauncher({
8-
product: 'chromium',
9-
launchOptions: {
10-
args: ['--no-sandbox', '--disable-setuid-sandbox'],
11-
timeout: 20000
12-
}
13-
}),
14-
playwrightLauncher({ product: 'firefox' }),
15-
],
166
middleware: [
177
function rewriteBase(context, next) {
188
if (context.url.indexOf('/base') === 0) {

0 commit comments

Comments
 (0)