Skip to content

Commit

Permalink
chore: add logged in test for pixel 5 device
Browse files Browse the repository at this point in the history
  • Loading branch information
kneerose committed Nov 18, 2024
1 parent 0e8a3cf commit 71546a5
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion integration_test/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,12 @@ export default defineConfig({
testMatch: '**/*independent.spec.ts',
use: { ...devices['Desktop Chrome'] },
},

{
name: 'loggedin (mobile)',
use: { ...devices['Pixel 5'] },
testIgnore: ['**/*.independent.spec.ts'],
dependencies: environments.ci ? ['auth setup'] : [],
},
{
name: 'mobile',
testMatch: '**/*independent.spec.ts',
Expand Down

0 comments on commit 71546a5

Please sign in to comment.