Skip to content
Snippets Groups Projects
Verified Commit b241c07c authored by BITARD Michaël's avatar BITARD Michaël
Browse files

first draft lighthouse

parent 2656887c
No related branches found
No related tags found
No related merge requests found
Pipeline #539806 failed
{
"ci": {
"collect": {
"numberOfRuns": 1,
"url": [
"http://localhost:4180",
"http://localhost:4180/demarches",
"http://localhost:4180/statistiques/globales"
]
},
"assert": {
"assertions": {
"categories:performance": "off",
"categories:pwa": "off",
"categories:accessibility": ["erreur", {"minScore": 1}]
}
}
}
}
......@@ -16,7 +16,8 @@
"lint:check": "prettier --check src && eslint src --max-warnings=0",
"storybook": "storybook dev -p 6006",
"storybook:build": "storybook build",
"storybook:test": "test-storybook --browsers chromium"
"storybook:test": "test-storybook --browsers chromium",
"lighthouse": "npx --yes --package=@lhci/cli@0.14.0 lhci autorun"
},
"devDependencies": {
"@babel/eslint-parser": "^7.26.8",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment