You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: add rich HTML report and fix API suite for enriched v5 stack
Reporting:
- Add request-capture plugin, assertion tracker, and a single-file HTML
reporter that shows per-test SDK method, API request, copy-paste cURL,
request/response, and Assertions Verified (expected vs actual) inline.
Gated by ENABLE_HTTP_CAPTURE; tokens masked. Wired into jest config/setup.
- Fix stale console-error suppression to match the current SDK message.
Test fixes:
- Reference specs use complex_all_fields fields (single_ref/multi_ref/self_ref).
- Sync token assertions handle both no-change (stable) and change (advanced) cases.
- Asset dimension asserts on an image asset; raise slow error-path test timeout.
Bundlers:
- run-with-report.sh: regenerate lockfile, surface install errors, fix counting.
- Pin webpack to 5.108.0 (5.109 resolver regression with @ljharb transitive deps).
.talismanrc: whitelist the 4 new/updated report+bundler files (false positives).
0 commit comments