chore: run only chromium and firefox for now
This commit is contained in:
parent
596eb2a028
commit
a07bbc8e03
1 changed files with 1 additions and 1 deletions
|
|
@ -27,7 +27,7 @@ export default {
|
|||
browsers: [
|
||||
playwrightLauncher({ product: 'firefox', concurrency: 1 }),
|
||||
playwrightLauncher({ product: 'chromium' }),
|
||||
playwrightLauncher({ product: 'webkit' }),
|
||||
// playwrightLauncher({ product: 'webkit' }),
|
||||
],
|
||||
groups: packages.map(pkg => {
|
||||
return {
|
||||
|
|
|
|||
Loading…
Reference in a new issue