Skip to content

Commit

Permalink
Update playwright.config.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored Jan 10, 2025
1 parent 6691802 commit 7a71188
Showing 1 changed file with 1 addition and 35 deletions.
36 changes: 1 addition & 35 deletions integration-tests/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -42,39 +42,5 @@ export default defineConfig({
{
name: 'firefox',
use: { ...devices['Desktop Firefox'] },
},
/*
{
name: 'webkit',
use: { ...devices['Desktop Safari'] },
},
*/

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

/* 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 */
// webServer: {
// command: 'npm run start',
// url: 'http://127.0.0.1:3000',
// reuseExistingServer: !process.env.CI,
// },
}
});

0 comments on commit 7a71188

Please sign in to comment.