Skip to content

Commit

Permalink
test(e2e): enable firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Aug 2, 2024
1 parent eef5019 commit 068dd79
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,18 +34,16 @@ export default defineConfig<AuthUsersOptions>({
name: 'setup database',
testMatch: /database\.setup\.ts/,
},

{
name: 'chromium',
use: { ...devices['Desktop Chrome'], steamIds: users.map(u => u.steamId) },
dependencies: ['setup database'],
},

// {
// name: 'firefox',
// use: { ...devices['Desktop Firefox'], steamIds: users.map(u => u.steamId) },
// dependencies: ['setup database'],
// },
{
name: 'firefox',
use: { ...devices['Desktop Firefox'], steamIds: users.map(u => u.steamId) },
dependencies: ['setup database'],
},

// {
// name: 'webkit',
Expand Down

0 comments on commit 068dd79

Please sign in to comment.