Skip to content

Commit

Permalink
Also test mobile browsers
Browse files Browse the repository at this point in the history
Branded browsers should also be tested, however they currently don't
seem to be downloaded in the docker image and thus always fail.
  • Loading branch information
leotaku committed Aug 4, 2024
1 parent f602735 commit b6b09d8
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions examples/playwright/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -41,14 +41,14 @@ export default defineConfig({
},

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

/* Test against branded browsers. */
// {
Expand Down

0 comments on commit b6b09d8

Please sign in to comment.