Skip to content
This repository has been archived by the owner on Aug 6, 2024. It is now read-only.

Commit

Permalink
test: firefox and webkit are no longer tested as they are not support…
Browse files Browse the repository at this point in the history
…ed because of their lack of webserial support
  • Loading branch information
pajotg committed Apr 1, 2024
1 parent e424b8a commit 3e67409
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ export default defineConfig({
use: { ...devices['Desktop Chrome'] },
},

{
name: 'firefox',
use: { ...devices['Desktop Firefox'] },
},

{
name: 'webkit',
use: { ...devices['Desktop Safari'] },
},
/* These browers are not supported because of their lack of webserial support, so we don't need to test them */
// {
// name: 'firefox',
// use: { ...devices['Desktop Firefox'] },
// },
// {
// name: 'webkit',
// use: { ...devices['Desktop Safari'] },
// },

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

0 comments on commit 3e67409

Please sign in to comment.