Add Playwright authentication resilience - #470
Merged
Merged
Conversation
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
This was referenced Aug 8, 2026
edithatogo
added a commit
that referenced
this pull request
Aug 9, 2026
## Summary - move completed T13-T16 tracks into the canonical Conductor archive - mark every closeout task complete and metadata archived - add hosted verification receipts for PRs #464, #467, #470, and #475 - preserve P14/P15 external credential activation gates ## Validation - all archive index and registry links resolve - all four archived plans contain zero pending tasks - all four metadata files report `archived` - `git diff --check` - source/runtime code and dependencies are unchanged ## Hosted evidence All comments, inline comments, reviews, and checks on the four implementation PRs were re-inspected. The Node 26 warning on #464 was considered and rejected against successful hosted Node 26 execution. --------- Co-authored-by: Dylan Mordaunt (ISLHD) <Dylan.Mordaunt@health.nsw.gov.au>
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.
Summary
auth refresh-state, with headed default and explicit headless modeValidation
git diff --checkpassedSecurity boundaries
No real session state was captured or committed. Browser launch is never implicit, write requests never use this fallback, and challenge completion remains an explicit local human action.
Closes #469