chore: move playwright test and reports in playwright folder

This commit is contained in:
ISA
2025-09-16 14:18:50 +02:00
parent 73e9c63e36
commit fdb70d892c
6 changed files with 10 additions and 7 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "nodemap",
"version": "1.1.378",
"version": "1.1.379",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
@@ -47,6 +47,7 @@
"test": "jest",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:report": "playwright show-report ./playwright/reports",
"prepare": "husky",
"bump-version": "node ./scripts/bumpVersion.js"
},