33 lines
873 B
JSON
33 lines
873 B
JSON
|
|
{
|
||
|
|
"timestamp": "2026-01-22T18:13:30.884945",
|
||
|
|
"scenarios": [
|
||
|
|
{
|
||
|
|
"scenario_id": "browser_home_stats",
|
||
|
|
"scenario_name": "Home page shows statistics",
|
||
|
|
"passed": true,
|
||
|
|
"duration_ms": 1413.166,
|
||
|
|
"error": null,
|
||
|
|
"details": {
|
||
|
|
"navigated_to": "http://localhost:3003/",
|
||
|
|
"found_selector": "text=Total Trials"
|
||
|
|
}
|
||
|
|
},
|
||
|
|
{
|
||
|
|
"scenario_id": "browser_expand_folder",
|
||
|
|
"scenario_name": "Topic folder expands on click",
|
||
|
|
"passed": true,
|
||
|
|
"duration_ms": 2785.3219999999997,
|
||
|
|
"error": null,
|
||
|
|
"details": {
|
||
|
|
"navigated_to": "http://localhost:3003/",
|
||
|
|
"found_selector": "span:has-text('completed'), span:has-text('running'), span:has-text('paused')",
|
||
|
|
"clicked": "button:has-text('trials')"
|
||
|
|
}
|
||
|
|
}
|
||
|
|
],
|
||
|
|
"summary": {
|
||
|
|
"passed": 2,
|
||
|
|
"failed": 0,
|
||
|
|
"total": 2
|
||
|
|
}
|
||
|
|
}
|