[Docs] Add doc for E2E steps + minor modifications

This commit is contained in:
Raphaël Geffroy
2025-09-18 15:13:30 +02:00
committed by Hugo Alliaume
parent b6089bad21
commit 8c8ce288a4

View File

@@ -20,6 +20,7 @@
"test": "pnpm run test:unit && pnpm run test:browser",
"test:unit": "../../../bin/test_package.sh . --unit",
"test:browser": "../../../bin/test_package.sh . --browser",
"test:browser:ui": "../../../bin/test_package.sh . --browser --ui",
"check": "biome check",
"ci": "biome ci"
},