Skip to content

Commit

Permalink
make changes less
Browse files Browse the repository at this point in the history
  • Loading branch information
aghArdeshir committed Oct 5, 2024
1 parent 2f65756 commit 70055e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web-test-runner.config.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@ export default {
testRunnerHtml,
browserLogs: true,
browsers: [
// playwrightLauncher({ product: 'firefox', concurrency: 1 }),
playwrightLauncher({ product: 'firefox', concurrency: 1 }),
playwrightLauncher({ product: 'chromium' }),
// playwrightLauncher({ product: 'webkit' }),
playwrightLauncher({ product: 'webkit' }),
],
groups: packages.map(pkg => ({
name: pkg.name,
Expand Down

0 comments on commit 70055e6

Please sign in to comment.