kit
kit copied to clipboard
Include Playwright specific `.gitignore` configuration when choosing playwright in `npm create svelte` options
Describe the problem
It'd be nice to have playwright specific .gitignore configuration to be included when choosing Add Playwright for browser testing in npm create svelte options.
Describe the proposed solution
Example:
.gitignore
#Playwright
/test-results/
/playwright-report/
/blob-report/
/playwright/.cache/
/playwright/.auth
Importance
nice to have