test: slow Motion

This commit is contained in:
ISA
2025-09-16 16:38:14 +02:00
parent 81b6379895
commit bfd091b1b1
6 changed files with 21 additions and 6 deletions

View File

@@ -1,6 +1,6 @@
{
"name": "nodemap",
"version": "1.1.381",
"version": "1.1.382",
"dependencies": {
"@emotion/react": "^11.13.3",
"@emotion/styled": "^11.13.0",
@@ -47,6 +47,8 @@
"test": "jest",
"test:e2e": "playwright test",
"test:e2e:ui": "playwright test --ui",
"test:e2e:slow": "cross-env PW_HEADED=1 PW_SLOWMO=1000 playwright test",
"test:e2e:slow:ui": "cross-env PW_HEADED=1 PW_SLOWMO=1000 playwright test --ui",
"test:e2e:report": "playwright show-report ./playwright/reports",
"prepare": "husky",
"bump-version": "node ./scripts/bumpVersion.js"