Skip to content
This repository has been archived by the owner on Apr 8, 2024. It is now read-only.

Commit

Permalink
chore: format playwright file using standard
Browse files Browse the repository at this point in the history
  • Loading branch information
skjalgepalg authored and klizter committed Aug 16, 2023
1 parent 77cde12 commit 0fabdb8
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -38,17 +38,17 @@ export default defineConfig({
projects: [
{
name: 'chromium',
use: { ...devices['Desktop Chrome'] },
use: { ...devices['Desktop Chrome'] }
},
{
name: 'firefox',
use: { ...devices['Desktop Firefox'] },
use: { ...devices['Desktop Firefox'] }
},

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

/* Test against mobile viewports. */
// {
Expand All @@ -75,6 +75,6 @@ export default defineConfig({
webServer: {
command: 'npm run test-server',
url: 'http://127.0.0.1:10003',
reuseExistingServer: !process.env.CI,
},
});
reuseExistingServer: !process.env.CI
}
})

0 comments on commit 0fabdb8

Please sign in to comment.