Skip to content

Commit

Permalink
Update playwright.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
inokawa committed Nov 24, 2024
1 parent 952c8ac commit 2c8a69a
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,27 +51,11 @@ export default defineConfig({
use: { ...devices["Desktop Safari"] },
grepInvert: new RegExp(String.raw`${IOS_SPECS}`),
},

/* Test against mobile viewports. */
// {
// name: 'Mobile Chrome',
// use: { ...devices['Pixel 5'] },
// },
{
name: "Mobile Safari",
use: { ...devices["iPhone 13"] },
grep: new RegExp(String.raw`${IOS_SPECS}`),
},

/* Test against branded browsers. */
// {
// name: 'Microsoft Edge',
// use: { ...devices['Desktop Edge'], channel: 'msedge' },
// },
// {
// name: 'Google Chrome',
// use: { ..devices['Desktop Chrome'], channel: 'chrome' },
// },
],

/* Run your local dev server before starting the tests */
Expand Down

0 comments on commit 2c8a69a

Please sign in to comment.