3.4 KiB
3.4 KiB
P1 QA Report - Responsive + Storybook + Prod Checklist
- Date: 2026-03-02
- Scope: Home statique (
/) + module interactif (/lab/) - Environment: local server
http://127.0.0.1:4173
1) Passe visuelle responsive (390/768/1024/1440)
Captures generees
- Home:
home-*.png - Home ancre projets:
home-projets-*.png - Home ancre contact:
home-contact-*.png - Lab overview:
lab-*.png - Lab signals (hash route):
lab-signals-*.pngvia/lab/#/signals - Lab prototypes (hash route):
lab-prototypes-*.pngvia/lab/#/prototypes
Dossier: artifacts/qa-test/2026-03-02/responsive-p1/
Controle overflow (proxy technique via largeur image)
- Regle: largeur image capturee == largeur viewport attendue
- Resultat:
24/24 PASS - Preuve:
image-dimensions.csv
Resultat visuel
- 390: navigation et CTA lisibles, cartes projets en colonne, section contact accessible.
- 768: grille home stable, hierarchy typographique correcte, lab lisible.
- 1024: grille projets en 3 cartes stable, pas de debordement.
- 1440: layout home + lab coherent, densite visuelle conforme DA v2.
Observation
- Les sections avec
data-revealne deviennent visibles qu'au scroll (normal), d'ou besoin de captures ancrees (#projets,#contact) pour la verification complete. - Routing statique module C corrige: passage de
BrowserRouteraHashRouterpour eviter les 404 directs en hebergement GitHub Pages.
2) Storybook coverage P2
Commande executee:
npm run storybook:build
Resultat:
- Status: PASS
- Output:
storybook-static/ - Warnings non bloquants:
- directives
"use client"ignorees dansframer-motionlors du bundling - chunk size warning > 500kB (storybook docs bundle)
- directives
3) Checklist prod GA4 / Search Console
GA4/GTM (verifiable localement)
- Container GTM present (
GTM-5SLM67QF) dansindex.html - Push
dataLayeractif - Events hero existants conserves:
cta_hero_projets,cta_hero_contact,cta_hero_profile
- Events GitHub dedies actifs:
outbound_github_project_rtc_bl_phoneoutbound_github_project_zacusoutbound_github_project_siteoutbound_github_lab_morecta_lab_interactif_open
- Legacy fallback conserve via
data-track-legacypour compatibilite historique
Search Console / SEO (verifiable localement)
robots.txta la racinesitemap.xmla la racine- Sitemap maj au 2026-03-02 avec:
//lab/
- Canonical + OG + Twitter tags presents dans
index.html
A faire en prod (manuel)
- GA4 DebugView: verifier reception de tous les events dedies GitHub
- GA4 Realtime: verifier session + events sur domaine public
- Search Console: soumettre
https://electron-rare.github.io/sitemap.xml - Search Console: verifier indexation de
/et/lab/ - Validation preview sociale LinkedIn/Facebook
Verdict P1
- Responsive QA: PASS
- Storybook coverage build: PASS
- Prod checklist locale: PASS
- Actions manuelles restantes: GA4 DebugView + Search Console en environnement public
4) Preflight et pipeline pages
Commande executee:
npm run preflight:pages
Resultat:
- Status: PASS
- Etapes validees:
lab:buildtracking:checkstorybook:build
- Warnings non bloquants identiques sur Storybook/framer-motion.
Mise a jour CI:
- Workflow
.github/workflows/deploy-pages.ymlmigre vers publication statique + module/lab/via artifact.pages-dist.