Skip to content

Commit

Permalink
fix: tweak tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Uninen committed Nov 14, 2024
1 parent 32c979a commit 6a7a81c
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 14 deletions.
16 changes: 4 additions & 12 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,25 +30,17 @@ const config: PlaywrightTestConfig = {
},
projects: [
{
name: 'iPhone 6',
name: 'iPhone SE',
use: {
browserName: 'webkit',
...devices['iPhone 6'],
},
},
{
name: 'Macbook 11',
use: {
browserName: 'firefox',
...devices['Macbook 11'],
video: 'on-first-retry',
...devices['iPhone SE'],
},
},
{
name: 'Desktop',
use: {
browserName: 'chromium',
...devices['Macbook Pro'],
browserName: 'firefox',
...devices['Desktop Firefox'],
},
},
],
Expand Down
4 changes: 2 additions & 2 deletions vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,8 @@ export default mergeConfig(
thresholds: {
lines: 10,
functions: 0,
branches: 10,
statements: 10,
branches: 0,
statements: 0,
},
},
},
Expand Down

0 comments on commit 6a7a81c

Please sign in to comment.