Spaces:
Paused
Paused
| module.exports = { | |
| testDir: './tests/e2e', | |
| timeout: 30000, | |
| retries: 2, | |
| use: { | |
| baseURL: 'http://localhost:3000', | |
| screenshot: 'only-on-failure', | |
| video: 'retain-on-failure', | |
| trace: 'on-first-retry', | |
| }, | |
| projects: [ | |
| { | |
| name: 'chromium', | |
| use: { browserName: 'chromium' }, | |
| }, | |
| ], | |
| }; | |