Skip to content

Commit

Permalink
test: add mobile chrome to 'browsers' list
Browse files Browse the repository at this point in the history
  • Loading branch information
shootermv committed Aug 5, 2024
1 parent be2dcd6 commit c87dba6
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -46,13 +46,13 @@ export default defineConfig({
{
name: "webkit",
use: { ...devices["Desktop Safari"] }
}
},

/* Test against mobile viewports. */
// {
// name: 'Mobile Chrome',
// use: { ...devices['Pixel 5'] },
// },
{
name: "Mobile Chrome",
use: { ...devices["Pixel 5"] }
}
// {
// name: 'Mobile Safari',
// use: { ...devices['iPhone 12'] },
Expand Down

0 comments on commit c87dba6

Please sign in to comment.