chore: run only chromium and firefox for now

This commit is contained in:
Thomas Allmer 2020-10-12 11:13:13 +02:00
parent 596eb2a028
commit a07bbc8e03

View file

@ -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 {