-
Notifications
You must be signed in to change notification settings - Fork 4
feat: PER-7348 add waitForReady() call before serialize() #218
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
8be478b
feat: PER-7348 add waitForReady() call before serialize()
Shivanshu-07 e793c46
fix: capture readiness diagnostics and attach to domSnapshot (PER-7348)
Shivanshu-07 77f24fd
test: assert readiness_diagnostics attached to domSnapshot post body …
Shivanshu-07 f3f5e18
fix: address review feedback on readiness gate (PER-7348)
Shivanshu-07 2248ba5
fix: pylint offenses on PER-7348 changes
Shivanshu-07 df77fef
chore: bump @percy/cli to ^1.31.15-beta.0 in tests (PER-7348)
Shivanshu-07 f2cbd8c
fix: enforce JS-side hard timeout on readiness async script (PER-7348)
Shivanshu-07 ab2dcda
fix: opt-in only — skip readiness when no config is provided (PER-7348)
Shivanshu-07 4d2ed26
fix: opt-in by kwarg presence, not value truthiness (PER-7348)
Shivanshu-07 2737277
fix: stub execute_async_script via side_effect in readiness tests (PE…
Shivanshu-07 8bcdc42
fix: defer done() to next tick via setTimeout 0 (PER-7348)
Shivanshu-07 af9dd55
test: try CLI 1.31.14 (stable) to isolate 1.31.15-beta.0 as hang source
Shivanshu-07 287f542
diag: force _wait_for_ready to no-op to isolate hang source
Shivanshu-07 59b718b
diag: restore opt-in check (kept other code intact)
Shivanshu-07 6af04e6
diag: early return after opt-in
Shivanshu-07 c59f7bf
diag: early return after _resolve_readiness_config
Shivanshu-07 4f4299d
test: mock execute_async_script in pops-readiness test (PER-7348)
Shivanshu-07 94024fb
test: skip readiness tests in selenium-python (PER-7348)
Shivanshu-07 30825a5
comments: remove JIRA ticket reference from code comments
Shivanshu-07 1c9da69
ci: pin .python-version to 3.10 (was 3.10.3, unavailable on Ubuntu 24…
Shivanshu-07 cf71d55
test: replace skipped readiness tests with mock-based unit tests
Shivanshu-07 d109eed
lint: move readiness-test imports to top of file + drop dangling diag…
Shivanshu-07 File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1 @@ | ||
| 3.10.3 | ||
| 3.10 |
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
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -4,6 +4,6 @@ | |
| "test": "make test" | ||
| }, | ||
| "devDependencies": { | ||
| "@percy/cli": "1.30.9" | ||
| "@percy/cli": "^1.31.14" | ||
| } | ||
| } | ||
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
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
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.