Speed up and dedupe Navigator verification#45
Merged
Conversation
Contributor
DavertMik
commented
Jun 1, 2026
- Navigator verifyState: early-exit majority loop, dedicated verifyAttempts cap, and reduced per-assertion timeout so checks resolve faster
- Reuse prior verification results via ActionResult.getVerification — exact match plus AI semantic match (ALREADY_VERIFIED marker) on the same page
- New config: ai.agents.navigator.verifyAttempts (3) / verifyTimeout (1500ms)
- Pilot: navigation-milestone-only and unmet-prerequisite scenarios no longer pass (treated as milestone / skipped)
- Bump @testomatio/reporter to 2.8.4, playwright to 1.60
- CLAUDE.md: private methods after public; avoid unnecessary === null/undefined
- Navigator verifyState: early-exit majority loop, dedicated verifyAttempts cap, and reduced per-assertion timeout so checks resolve faster - Reuse prior verification results via ActionResult.getVerification — exact match plus AI semantic match (ALREADY_VERIFIED marker) on the same page - New config: ai.agents.navigator.verifyAttempts (3) / verifyTimeout (1500ms) - Pilot: navigation-milestone-only and unmet-prerequisite scenarios no longer pass (treated as milestone / skipped) - Bump @testomatio/reporter to 2.8.4, playwright to 1.60 - CLAUDE.md: private methods after public; avoid unnecessary === null/undefined Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Reporter 2.8.4 writes the HTML report under a run-group subfolder (reports/<RUNGROUP_TITLE>/<file>.html) instead of reports/<file>.html. Assert the nested path using the run group the reporter set. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The Reporter no longer forces an opinionated "Explorbot <date>" run group when none is configured — it sets a run group only when one is provided. The init command now writes reporter.runGroup = today's date into the generated config, so the default is visible and editable by the user. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
The Reporter no longer turns on the HTML report on its own. HTML (and markdown) are produced only when reporter.html / reporter.markdown are set, and either flag now implies the reporter is enabled for local output. explorbot init writes a reporter block (html + markdown on, date-based run group) so report output is explicit and editable. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.