The Synthetic Test Details Page provides a deep dive into each test execution, allowing you to analyze performance metrics, request details, console logs, and security insights.
Whenever you click on a test from the Synthetic Test Dashboard, you’ll be taken to this page, where you can explore different tabs for granular insights.
The Summary Bar at the top displays key details about the test execution:
The Overview Tab gives a high-level summary of the test execution, including response breakdowns, performance metrics, and security insights.
A sideways bar chart visualizes response times for each request, including:
📌 Tip: Toggle specific response types on or off to filter out irrelevant data.
At the bottom of the Overview Tab, you’ll also find a list of all domains requested during the test execution.
The Requests Tab provides a detailed breakdown of every request made during the test.
Click the three dots at the end of a request row to open detailed insights, including:
The Console Logs Tab helps debug JavaScript issues affecting the user experience.
Displays a screenshot of the test execution at the moment it was captured.
📌 Useful for:
Provides a full playback of the test execution.
📌 Useful for:
Displays each step of the test’s journey, highlighting failed steps for quick troubleshooting.
📌 Tip: Quickly pinpoint where the test failed in the user journey.
Provides performance and accessibility insights using Google Lighthouse audits.
📌 Tip: Optimize your page for speed, security, and usability with Lighthouse recommendations.
Question | Answer |
---|---|
What is the Synthetic Test Details Page? | It provides detailed insights into test executions, including performance, security, and request breakdowns. |
What should I check first if a test fails? | Start with the Summary Bar, then review the Requests Tab, Console Logs, and Video Recording for insights. |
Can I analyze individual HTTP requests? | Yes, the Requests Tab provides detailed insights on response times, status codes, and request headers. |
Why are some pages loading slower in synthetic tests? | Synthetic tests bypass cached data, ensuring a fresh load every time, which may highlight real-world performance issues. |
How do I use Lighthouse Insights? | Go to the Lighthouse Insights Tab for performance, SEO, and accessibility recommendations. |
Can I watch a recording of my test execution? | Yes, the Video Recording Tab lets you replay the test step by step. |