Skip to content

Commit

Permalink
feat(ssr-docs); merged development
Browse files Browse the repository at this point in the history
  • Loading branch information
lexasq committed Dec 16, 2024
1 parent 3a7f7c5 commit 50d7e70
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion apps/ngx-bootstrap-docs-e2e/playwright.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,9 @@ export default defineConfig({
testMatch: '**/*.spec.ts',
fullyParallel: true,
workers: 3,
timeout: 30000,
expect: {
timeout: 30000
},
reporter: [['html', { outputFolder: 'playwright-report', open: 'never' }]],
use: {
baseURL: process.env['PLAYWRIGHT_TEST_BASE_URL'] || 'http://localhost:4200/ngx-bootstrap/',
Expand Down

0 comments on commit 50d7e70

Please sign in to comment.