test: add browser authentication tests, safe live smoke suite, and coverage ratchet - #447
Merged
Merged
Conversation
This was referenced Sep 16, 2026
Merged
robbecker-wf
added this pull request to stack #450
September 16, 2026 04:48
robbecker-wf
force-pushed
the
10x-test-pyramid-and-smoke
branch
from
September 17, 2026 00:09
b35514a to
2fb4b05
Compare
robbecker-wf
force-pushed
the
10x-test-pyramid-and-smoke
branch
from
September 17, 2026 00:29
2fb4b05 to
007cb85
Compare
robbecker-wf
force-pushed
the
10x-test-pyramid-and-smoke
branch
from
September 17, 2026 00:30
007cb85 to
1d4676b
Compare
Base automatically changed from
10x-schema-models-and-strict-analysis
to
10x
September 17, 2026 00:30
…verage ratchet Co-authored-by: Cursor <cursoragent@cursor.com>
robbecker-wf
force-pushed
the
10x-test-pyramid-and-smoke
branch
from
September 17, 2026 00:30
1d4676b to
6932c1c
Compare
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.
Stacked PR: Part 5 of 7
Stack Overview:
10x-openapi-spec-baseline->10x10x-security-and-transport->10x-openapi-spec-baseline10x-service-contracts-conformance->10x-security-and-transport10x-schema-models-and-strict-analysis->10x-service-contracts-conformance10x-test-pyramid-and-smoke(this PR) ->10x-schema-models-and-strict-analysis10x-ci-and-spec-sync->10x-test-pyramid-and-smoke10x-conformance-plan->10x-ci-and-spec-syncSummary
Expands test pyramid coverage across browser environments, safe live smoke testing, and coverage floors.
test/unit/browser_auth_test.dartverifying secure session-storage token loading and rejecting query-string token loading by default.test/live/smoke_test.dartfor verifying live GitHub API integration.tool/coverage_check.dartto enforce code coverage minimums without regressions.test/README.mddetailing test suites and execution instructions.