Conversation
…ce modules Adds 73 modules across the testing lifecycle: WebTransport / IndexedDB / File System Access / Notifications instrumentation; mixed-content / clickjacking / open-redirect / SRI / COOP-COEP audits; INP / hydration / bundle / 3p / LoAF budgets; gRPC / webhook / idempotency / pagination integration helpers; AI narrator / repro-minimizer / locator-hardener / categorizer; quarantine-age, test-debt, SLA, repro-stability, and CODEOWNERS reports. Each ships with a focused unit-test file.
Adds a Specialized Modules section to README.md grouping the 73 new
modules by capability area (Web Platform APIs / Security / Perf /
Backend Integration / AI Workflow / a11y-i18n-Visual / Governance),
mirrors the same in README_zh-TW.md and README_zh-CN.md, and adds a
dedicated Sphinx chapter under docs/source/{Eng,Zh}/doc/specialized_modules/
wired into the Quality & Data chapter of both language indices.
|
Not up to standards ⛔🔴 Issues
|
| Category | Results |
|---|---|
| ErrorProne | 80 high |
| Security | 2 minor 4 high 4 critical 10 medium |
🟢 Metrics 6116 complexity · 47 duplication
Metric Results Complexity 6116 Duplication 47
NEW Get contextual insights on your PRs based on Codacy's metrics, along with PR and Jira context, without leaving GitHub. Enable AI reviewer
TIP This summary will be updated as you push new changes.
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
This PR rolls up ~100 commits accumulated on
devsince PR #96 merged.Tests pass (1,250+ unit, 30 integration, 6 E2E); Sphinx builds clean.
Specialized modules (new this wave — 73 across 7 categories)
webtransport_assert,indexed_db_explorer,file_system_access,notifications_audit,sse_assert,websocket_assert,webrtc_assert,view_transitionsmixed_content_audit,clickjacking_audit,open_redirect_detector,sri_verify,coop_coep_audit,token_leak_detector,consent_audit,pii_in_screenshotinp_tracker,hydration_check,bundle_budget,third_party_budget,long_animation_frame,console_error_budgetgrpc_tester,webhook_receiver,idempotency_check,pagination_audit,backend_log_correlator,email_renderfailure_narrator,repro_minimizer,locator_hardener,test_categorizer,exploratory_ai,story_to_actions,session_to_test,test_auto_repair,edge_case_generator,multimodal_qa,prompt_drift_monitor,test_dedup_ai,walkthrough_docsocr_assert,screen_reader_runner,pseudo_localization,forced_colors_mode,visual_aipr_risk_score,flag_matrix,chaos_hooks,db_snapshot,time_freezer,persona_runner,git_bisect_flake,test_cost_estimator,slack_digest,quarantine_age_report,test_debt_dashboard,sla_tracker,bug_repro_stability,test_owners_map,failure_triage,flake_detector,locator_health,mutation_testing,live_dashboard,test_schedulerEach ships with its own focused unit-test file. Optional runtime deps
(Pillow, pytesseract, requests, …) are gated behind clear error
messages.
Other major changes since last PR
set_driver(experimental_options=, extension_paths=, enable_bidi=),attach_to_existing_browser, native CDP shortcuts, Fetch interception primitives, W3C BiDi listeners,save_cookies/load_cookies,save_full_page_screenshot,print_page,reload(ignore_cache), page metadata getters; wrapper split into themed mixins under_wrapper_mixins/.python -m je_web_runner.mcp_serverexposes 22 tools over JSON-RPC stdio (live execution + linting + format / parse / template / translate + POM codegen + a11y diff / cluster failures / compute trend + PII scan/redact + render k8s / partition shard, …).python -m je_web_runner.action_lspwith completion + diagnostics.docs/source/{Eng,Zh}/doc/; auto-generatedcommand_reference.md+webrunner-action-schema.json.Documentation
Specialized Modulessection (and ToC entry) covering all 73 modules grouped by capability.docs/source/{Eng,Zh}/doc/specialized_modules/, wired into the Quality & Data chapter of both language indices.Test plan
test_dev.yml,test_stable.yml,e2e_browser.yml).python -m pytest test/unit_test/— should pass cleanly.inp_tracker,mixed_content_audit,webhook_receiver).