@nodefony/devkit 10.0.0-alpha.5 → 10.0.0-alpha.6
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@nodefony/devkit",
|
|
3
|
-
"version": "10.0.0-alpha.
|
|
3
|
+
"version": "10.0.0-alpha.6",
|
|
4
4
|
"type": "module",
|
|
5
5
|
"description": "Outillage de développement d'une application Nodefony : carte de visite du projet et portes de découverte pour un agent de développement",
|
|
6
6
|
"author": "Christophe CAMENSULI <ccamensuli@gmail.com>",
|
|
@@ -25,17 +25,17 @@
|
|
|
25
25
|
"coverage": "vitest run --coverage"
|
|
26
26
|
},
|
|
27
27
|
"peerDependencies": {
|
|
28
|
-
"@nodefony/framework": "^10.0.0-alpha.
|
|
29
|
-
"@nodefony/http": "^10.0.0-alpha.
|
|
30
|
-
"nodefony": "^10.0.0-alpha.
|
|
28
|
+
"@nodefony/framework": "^10.0.0-alpha.6",
|
|
29
|
+
"@nodefony/http": "^10.0.0-alpha.6",
|
|
30
|
+
"nodefony": "^10.0.0-alpha.6",
|
|
31
31
|
"zod": "^4.6.1",
|
|
32
32
|
"playwright": "^1.50.0",
|
|
33
33
|
"lighthouse": "^13.0.0"
|
|
34
34
|
},
|
|
35
35
|
"devDependencies": {
|
|
36
|
-
"@nodefony/framework": "^10.0.0-alpha.
|
|
37
|
-
"@nodefony/http": "^10.0.0-alpha.
|
|
38
|
-
"nodefony": "^10.0.0-alpha.
|
|
36
|
+
"@nodefony/framework": "^10.0.0-alpha.6",
|
|
37
|
+
"@nodefony/http": "^10.0.0-alpha.6",
|
|
38
|
+
"nodefony": "^10.0.0-alpha.6"
|
|
39
39
|
},
|
|
40
40
|
"dependencies": {
|
|
41
41
|
"axe-core": "4.13.0",
|
|
@@ -116,13 +116,13 @@ continuation : elles passent telles quelles dans un terminal Linux, macOS, Power
|
|
|
116
116
|
## Ce que la sonde rend, et qu'une capture ne dit pas
|
|
117
117
|
|
|
118
118
|
```bash
|
|
119
|
-
NF_BROWSER_LOGIN=/login NF_BROWSER_USER=admin NF_BROWSER_PASSWORD=
|
|
119
|
+
NF_BROWSER_LOGIN=/login NF_BROWSER_USER=admin NF_BROWSER_PASSWORD=nodefony-dev-42 NF_BROWSER_PROBES="bouton principal=button[type=submit],titre=h1" node node_modules/@nodefony/devkit/skills/nodefony-browser/scripts/inspect.mjs /tableau-de-bord "Chiffre d affaires"
|
|
120
120
|
```
|
|
121
121
|
|
|
122
122
|
<details><summary>La même chose en conteneur (dernier recours)</summary>
|
|
123
123
|
|
|
124
124
|
```bash
|
|
125
|
-
docker exec -e NF_BROWSER_LOGIN=/login -e NF_BROWSER_USER=admin -e NF_BROWSER_PASSWORD=
|
|
125
|
+
docker exec -e NF_BROWSER_LOGIN=/login -e NF_BROWSER_USER=admin -e NF_BROWSER_PASSWORD=nodefony-dev-42 -e "NF_BROWSER_PROBES=bouton principal=button[type=submit],titre=h1" mon-app-browser node /app/see-screen/inspect.mjs /tableau-de-bord "Chiffre d affaires"
|
|
126
126
|
```
|
|
127
127
|
|
|
128
128
|
</details>
|
|
@@ -284,7 +284,7 @@ Hors d'une application générée, ou pour passer des identifiants :
|
|
|
284
284
|
|
|
285
285
|
```bash
|
|
286
286
|
npm i -D lighthouse
|
|
287
|
-
NF_BROWSER_LOGIN=/login NF_BROWSER_USER=admin NF_BROWSER_PASSWORD=
|
|
287
|
+
NF_BROWSER_LOGIN=/login NF_BROWSER_USER=admin NF_BROWSER_PASSWORD=nodefony-dev-42 node .../scripts/audit.mjs /tableau-de-bord
|
|
288
288
|
```
|
|
289
289
|
|
|
290
290
|
Il rend les scores des cinq catégories — dont **`agentic-browsing`**, qui note ce qu'un agent
|