The H5 Smoke Test skill provides a rigorous, standardized framework for validating web applications immediately after deployment or infrastructure changes. It automates the verification of eight critical areas: homepage accessibility, SPA routing integrity, Mixed Content security, API connectivity, real-time communication (Socket.IO/WS), business logic paths, audio hardware permissions, and version consistency. By providing immediate feedback and diagnostic paths for failures, it replaces 'gut-feeling' checks with actionable evidence, ensuring that every release meets production standards before traffic is scaled.
Características Principales
01SPA history-mode routing verification to prevent refresh-induced 404s
02Standardized 8-point inspection checklist for H5 web applications
03Structured diagnostic paths for rapid troubleshooting of deployment failures
04Automated validation of real-time Socket.IO and WebSocket connectivity
050 GitHub stars
06Integrated Mixed Content and HTTPS security compliance auditing
Casos de Uso
01Identifying 'stale content' issues caused by CDN caching or failed asset deployments
02Auditing site stability following Nginx, SSL certificate, or reverse proxy configuration changes
03Validating production readiness immediately after a CI/CD pipeline execution