Skip to content

Commit

Permalink
try this
Browse files Browse the repository at this point in the history
  • Loading branch information
IbrahimCSAE committed Dec 4, 2024
1 parent 17ebfd8 commit ed5f326
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,10 @@ export default defineConfig({
outputDir: './tests/test-results',
reporter: [[process.env.CI ? 'blob' : 'html', { outputFolder: './tests/playwright-report' }]],
globalTimeout: 600_000,
timeout: 240_000,
timeout: 600_000,
use: {
baseURL: 'http://localhost:3000',
trace: 'off',
trace: 'on',
video: 'on',
testIdAttribute: 'data-cy',
},
Expand All @@ -40,6 +40,6 @@ export default defineConfig({
command: 'yarn test:e2e:serve',
url: 'http://localhost:3000',
reuseExistingServer: !process.env.CI,
timeout: 240_000,
timeout: 360_000,
},
});

0 comments on commit ed5f326

Please sign in to comment.