corentin_wakdo/package.json
Corentin JOGUET aef6174b5b
All checks were successful
CI / secret-scan (push) Successful in 10s
CI / php-lint (push) Successful in 25s
CI / js-tests (push) Successful in 30s
CI / static-tests (push) Successful in 47s
CI / auto-merge (push) Has been skipped
test(e2e): parcours borne Playwright (conteneur, stack jetable) (#45)
2026-06-17 16:38:33 +02:00

14 lines
545 B
JSON
Executable file

{
"name": "wakdo",
"version": "0.0.0",
"private": true,
"description": "Wakdo - tests front borne (kiosk). Back-office PHP teste via PHPUnit (phpunit.phar). NB: pas de \"type\":\"module\" a la racine -> les .js du depot (hooks .claude, _byan, bin) restent CommonJS. L'ESM est declare localement la ou il s'applique (src/public/borne/assets/js, tests/js).",
"scripts": {
"test:js": "node --test tests/js/",
"test:e2e": "playwright test"
},
"devDependencies": {
"@playwright/test": "1.49.1",
"jsdom": "^26.0.0"
}
}