Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
39 commits
Select commit Hold shift + click to select a range
a9dff4b
feat: add closed shadow DOM and ElementInternals capture support
aryanku-dev Apr 14, 2026
d3563fe
test: add coverage tests for shadow DOM and ElementInternals preflight
aryanku-dev Apr 15, 2026
235819f
fix: remove unused variable to fix eslint no-unused-vars
aryanku-dev Apr 15, 2026
33e85c8
fix: make ElementInternals test form-associated and avoid Chai inspec…
aryanku-dev Apr 15, 2026
0f129b9
fix: achieve 100% coverage for shadow DOM and ElementInternals code
aryanku-dev Apr 15, 2026
c11a35c
Address PR review comments: registration guard, forward-compat args, …
aryanku-dev Apr 20, 2026
b3f72a0
Add istanbul ignore for preflight registration guard branch
aryanku-dev Apr 20, 2026
5025dba
Add test for registration guard, remove istanbul ignore
aryanku-dev Apr 20, 2026
a59afe7
Extract registerPreflight function and add test for duplicate guard b…
aryanku-dev Apr 20, 2026
a9f0aed
Add nested cross-origin iframe walk (depth up to 10)
aryanku-dev Apr 29, 2026
f6aa61e
Drop unreachable cross-origin iframes from corsIframes payload
aryanku-dev Apr 29, 2026
e3fcfc4
Drop dead nested-iframe recursion in Cypress CORS handler
aryanku-dev Apr 29, 2026
578510e
Test: drops null-snapshot entries from corsIframes payload
aryanku-dev Apr 29, 2026
0a7cd55
Add maxIframeDepth option and data-percy-ignore / ignoreIframeSelecto…
aryanku-dev Apr 30, 2026
93e79f9
Wire iframe-utils into index.js, drop dead test bindings
aryanku-dev May 5, 2026
b165fbf
Fix flaky null-snapshot test that crashed in-page serializer
aryanku-dev May 5, 2026
0e75f12
Broaden 'about:' to generic prefix for browser-internal URLs
aryanku-dev May 5, 2026
b621729
Add cypress tests for data-percy-ignore, ignoreIframeSelectors, inval…
aryanku-dev May 5, 2026
8c2bef0
Cypress: drop redundant default arg, add no-match test for ignoreIfra…
aryanku-dev May 6, 2026
9e876d1
Add cypress test for non-array ignoreIframeSelectors (normalizeIgnore…
aryanku-dev May 6, 2026
3515162
Migrate iframe constants from local shim to @percy/sdk-utils
aryanku-dev May 6, 2026
7b1f06c
Restore local sdk-utils shim and inject PercyDOM into the AUT window
aryanku-dev May 22, 2026
8144d68
Pin @percy/sdk-utils to 1.31.14-beta.4
aryanku-dev May 22, 2026
e985079
Refresh yarn.lock for sdk-utils pin
aryanku-dev May 22, 2026
2c2fe4b
Drop host-pinning arrays and patch initial AUT window synchronously
aryanku-dev May 24, 2026
e61b5c9
Bump @percy/cli to 1.31.14
aryanku-dev May 24, 2026
35d0e40
Cover new preflight + injection paths in cypress tests
aryanku-dev May 24, 2026
866831f
Fix CI test failures + restore 100% nyc coverage on closed-shadow branch
aryanku-dev May 24, 2026
cffb4d1
Merge remote-tracking branch 'origin/master' into feat/closed-shadow-…
aryanku-dev May 26, 2026
5261d5e
Merge remote-tracking branch 'origin/master' into feat/closed-shadow-…
aryanku-dev May 27, 2026
ea0da24
Merge remote-tracking branch 'origin/master' into feat/closed-shadow-…
aryanku-dev Jun 19, 2026
6368e74
fix: refresh yarn.lock so @percy/sdk-utils resolves to 1.31.15-beta.0
aryanku-dev Jun 19, 2026
bc2cd02
fix: force single @percy/sdk-utils 1.31.15-beta.0 via resolutions
aryanku-dev Jun 19, 2026
17fbeab
fix: export the @percy/sdk-utils singleton from _iframe_shim, not a copy
aryanku-dev Jun 19, 2026
0700b7a
fix: block vbscript: and file: iframe srcs to match canonical
aryanku-dev Jun 23, 2026
9cff06d
fix: degrade gracefully when PercyDOM injection is blocked (e.g. stri…
aryanku-dev Jun 24, 2026
d0f498d
test: cover CSP-blocked PercyDOM skip path (restore 100% coverage)
aryanku-dev Jun 24, 2026
b2ab1d2
refactor: consume canonical iframe helpers from @percy/sdk-utils
aryanku-dev Jun 28, 2026
65d70c2
chore: drop incidental packageManager field from package.json
aryanku-dev Jun 29, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 2 additions & 1 deletion .nycrc
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@
"exclude": [
"cypress/e2e/**",
"cypress/fixtures/**",
"cypress/support/**"
"cypress/support/**",
"cypress/plugins/**"
]
}
Loading
Loading