Skip to content

Commit

Permalink
add firefox playwright project
Browse files Browse the repository at this point in the history
  • Loading branch information
Casheeew committed Jan 31, 2024
1 parent 2356223 commit 9e09dbc
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions playwright.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -74,13 +74,12 @@ export default defineConfig({
name: 'chromium',
use: {...devices['Desktop Chrome']},
dependencies: ['playwright setup']
},
{
name: 'firefox',

Check failure on line 79 in playwright.config.js

View workflow job for this annotation

GitHub Actions / test

Expected indentation of 12 spaces but found 10
use: { ...devices['Desktop Firefox'] },

Check failure on line 80 in playwright.config.js

View workflow job for this annotation

GitHub Actions / test

Expected indentation of 12 spaces but found 10

Check failure on line 80 in playwright.config.js

View workflow job for this annotation

GitHub Actions / test

There should be no space after '{'

Check failure on line 80 in playwright.config.js

View workflow job for this annotation

GitHub Actions / test

There should be no space before '}'

Check failure on line 80 in playwright.config.js

View workflow job for this annotation

GitHub Actions / test

Unexpected trailing comma
}

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

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

0 comments on commit 9e09dbc

Please sign in to comment.