Skip to content

Commit

Permalink
test(window-manager): only test against chromium
Browse files Browse the repository at this point in the history
  • Loading branch information
trulysinclair committed Sep 3, 2024
1 parent 967ccd7 commit c5c929e
Showing 1 changed file with 1 addition and 31 deletions.
32 changes: 1 addition & 31 deletions packages/window-manager/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,37 +36,7 @@ export default defineConfig({
{
name: 'chromium',
use: { ...devices['Desktop Chrome'] },
},

{
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 */
Expand Down

0 comments on commit c5c929e

Please sign in to comment.