概要
A page is not healthy just because the server returns 200. The browser still has to load, hydrate, fetch data, and render content.
仕組み
FixWeb listens for console errors, request failures, and low-text renders while the headless browser loads each crawled page.
被害範囲
Runtime failures can break forms, analytics, menus, personalization, and content extraction across entire templates.
// fixwebのテスト方法
FixWebのテスト方法
The crawler captures console error/warning messages, failed request URLs, response status, and rendered text volume.
鉄壁の防御
Fix thrown production errors, broken asset paths, failed API calls, CORS/load failures, and blank shell states. Add browser-level smoke tests for important templates.
