Skip to content

Commit

Permalink
only run chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
fpbrault committed Nov 13, 2024
1 parent 630c36b commit 8d7a8bc
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions packages/samples/headless-ssr-commerce/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ export default defineConfig({
name: 'chromium',
use: {...devices['Desktop Chrome']},
},
{
name: 'firefox',
use: {...devices['Desktop Firefox']},
},
{
name: 'webkit',
use: {...devices['Desktop Safari']},
},
],
webServer: {
command: 'npm run dev',
Expand Down

0 comments on commit 8d7a8bc

Please sign in to comment.