chore: gitignore playwright Artefakte ignorieren und nur Test Datei annehmen
This commit is contained in:
15
.gitignore
vendored
15
.gitignore
vendored
@@ -35,3 +35,18 @@ docs.zip
|
||||
/mockData/
|
||||
/__mocks__/
|
||||
/__tests__/
|
||||
|
||||
# --- Playwright artifacts & selective test tracking ---
|
||||
# Ignore Playwright output folders and run metadata
|
||||
/test-results/
|
||||
/playwright-report/
|
||||
/.last-run.json
|
||||
# Optional: ignore JUnit report artifacts if not needed in VCS
|
||||
/reports/junit/
|
||||
|
||||
# Ignore all Playwright tests by default, keep only the main spec
|
||||
/playwright/tests/**
|
||||
!/playwright/tests/mapcomponent.spec.js
|
||||
|
||||
# Ignore Playwright cache if present
|
||||
/playwright/.cache/
|
||||
|
||||
Reference in New Issue
Block a user