1e51ef7def
- Konzept/, didaktik_geografie/, didaktik_simulation/, v2-modules/, v2-platform/ - 12 code-workspace-Files - STATUS-*.md - viele M/D/R-Änderungen an bereits getrackten Files - .gitignore verstärkt: **/.humaninput/, **/secret_keys.txt Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
18 lines
524 B
JSON
18 lines
524 B
JSON
{
|
|
"name": "geograsim-playwright",
|
|
"version": "1.0.0",
|
|
"private": true,
|
|
"description": "Cross-Browser-Tests für GeoGraSim (lokal gegen XAMPP)",
|
|
"scripts": {
|
|
"test": "playwright test",
|
|
"test:smoke": "playwright test tests/stufe1-smoke/",
|
|
"test:flows": "playwright test tests/stufe2-flows/",
|
|
"test:debug": "playwright test --debug",
|
|
"test:headed": "playwright test --headed",
|
|
"report": "playwright show-report reports/html"
|
|
},
|
|
"devDependencies": {
|
|
"@playwright/test": "^1.45.0"
|
|
}
|
|
}
|