feat(cli): improve init scaffolding

This commit is contained in:
Olli Paloviita
2026-05-15 15:23:49 +03:00
parent 09285a283f
commit c12a1515b0
9 changed files with 231 additions and 71 deletions
-4
View File
@@ -41,9 +41,6 @@ export default defineConfig({
// Playwright trace recording
trace: 'retain-on-failure', // 'on' | 'off' | 'retain-on-failure'
// Whether to send traces to ScreenCI cloud (if applicable)
sendTraces: true,
// Any other Playwright 'use' options work here
baseURL: 'https://staging.example.com',
},
@@ -104,7 +101,6 @@ video('Another 4K test', async ({ page }) => {
| `fps` | `30` |
| `quality` | `'high'` |
| `trace` | `'retain-on-failure'` |
| `sendTraces` | `true` |
## What `defineConfig` enforces