Troubleshooting
Invalid session token
testronaut login
should revalidate auth.- Or regenerate your API key.
Cannot find report file
- Ensure
missions/mission_reports/runs_<runId>.json
exists (CI won’t clean the workspace early).
Flaky hover / drawers / expanding menus
- Prefer
tools.hoverAndClick(selector)
and addif Failure, retry this mission
to the mission text.