- @playwright/test devDependency 추가 - playwright.config.ts - e2e/test-prefill-flow.spec.ts - .gitignore: test-results / playwright-report / .playwright 추가
12 lines
111 B
Plaintext
12 lines
111 B
Plaintext
node_modules
|
|
dist
|
|
.env
|
|
.env.local
|
|
.env*.local
|
|
.DS_Store
|
|
*.log
|
|
.vite
|
|
test-results
|
|
playwright-report
|
|
.playwright
|