Skip to content

Commit

Permalink
chore(playwright): only test in chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
NuttyShrimp committed Sep 6, 2024
1 parent b6136a8 commit 326c3a3
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions loama/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,16 +28,16 @@ export default defineConfig({
name: 'chromium',
use: { ...devices['Desktop Chrome'] },
},

{
name: 'firefox',
use: { ...devices['Desktop Firefox'] },
},

{
name: 'webkit',
use: { ...devices['Desktop Safari'] },
},
//
// {
// name: 'firefox',
// use: { ...devices['Desktop Firefox'] },
// },
//
// {
// name: 'webkit',
// use: { ...devices['Desktop Safari'] },
// },
],

webServer: [
Expand Down

0 comments on commit 326c3a3

Please sign in to comment.