How to review test results
We recommend the following process:- Assign someone on your team to manage the results. This can be the QA team or the developer responsible for the PR/release that triggered the test run.
- If a test fails, triage it by:
- Navigating to the failing test.
- Reviewing the playback to see what went wrong.
- If the issue is related to your product:
- Handle it as you typically would for regressions in your product.
- If the failure is due to a bad test:
- Modify the failed step to better guide the agent for future runs. For example, you might choose to make the step more or less deterministic, depending on your needs.