Skip to content

Commit

Permalink
test(e2e): add firefox
Browse files Browse the repository at this point in the history
  • Loading branch information
garrappachc committed Aug 1, 2024
1 parent e78c47d commit be01a48
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,11 @@ export default defineConfig<AuthUsersOptions>({
dependencies: ['setup database'],
},

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

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

0 comments on commit be01a48

Please sign in to comment.