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: [
|
browsers: [
|
||||||
playwrightLauncher({ product: 'firefox', concurrency: 1 }),
|
playwrightLauncher({ product: 'firefox', concurrency: 1 }),
|
||||||
playwrightLauncher({ product: 'chromium' }),
|
playwrightLauncher({ product: 'chromium' }),
|
||||||
playwrightLauncher({ product: 'webkit' }),
|
// playwrightLauncher({ product: 'webkit' }),
|
||||||
],
|
],
|
||||||
groups: packages.map(pkg => {
|
groups: packages.map(pkg => {
|
||||||
return {
|
return {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue