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
- Coverage includes `toolbox/input-mapping-v2/input-mapping-v2.js` with browser V8 execution.
61
+
- Coverage includes advisory WARN entries for server-side DB/mock adapter files because they are exercised through the local server API, not collected by browser V8 coverage.
62
+
- The report may also list the prior Wireframe metadata file as advisory because the coverage helper includes the current HEAD comparison window; it is non-blocking and no Controls metadata file changed in PR_26161_019.
63
+
64
+
## Manual Validation Steps
65
+
66
+
1. Open `/toolbox/input-mapping-v2/index.html`.
67
+
2. Confirm Controller Profiles shows no saved profile row before explicit user action.
68
+
3. Confirm the unknown controller status tells the creator to Refresh Devices and use Add Profile.
69
+
4. Click Add Profile, fill Device Type, Controller Name, Controller ID, Mapping Profile, Inputs, and Actions, then save.
70
+
5. Reload and confirm the saved controller profile persists.
71
+
6. Add a mapping, select the saved Mapping Profile, save, reload, and confirm the mapping still references the saved profile.
72
+
7. Capture `KeyA`, confirm the mapping appears in the table and Mapping JSON, then click the token to delete it.
73
+
74
+
## Skipped Lanes
75
+
76
+
- Full samples smoke: SKIPPED because samples and sample JSON alignment are out of scope.
77
+
- Broad workspace suite: SKIPPED because this PR only changes Controls/Input Mapping and its direct DB/mock adapter path.
78
+
- Engine tests: SKIPPED because no production engine runtime behavior changed.
Copy file name to clipboardExpand all lines: docs_build/dev/reports/coverage_changed_js_guardrail.txt
+5-1Lines changed: 5 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,11 @@ Source: Playwright/Chromium built-in V8 coverage from the active Playwright run.
7
7
8
8
Changed runtime JS files considered:
9
9
(0%) src/dev-runtime/guest-seeds/tool-metadata-inventory.js - WARNING: changed runtime JS file was not collected by Playwright V8 coverage; advisory only
(0%) src/dev-runtime/persistence/mock-db-store.js - WARNING: changed runtime JS file was not collected by Playwright V8 coverage; advisory only
11
+
(0%) src/dev-runtime/persistence/tool-repositories/input-mapping-mock-repository.js - WARNING: changed runtime JS file was not collected by Playwright V8 coverage; advisory only
(0%) src/dev-runtime/guest-seeds/tool-metadata-inventory.js - WARNING: changed runtime JS file was not collected by Playwright V8 coverage; advisory only
(0%) src/dev-runtime/persistence/mock-db-store.js - WARNING: changed runtime JS file was not collected by Playwright V8 coverage; advisory only
22
+
(0%) src/dev-runtime/persistence/tool-repositories/input-mapping-mock-repository.js - WARNING: changed runtime JS file was not collected by Playwright V8 coverage; advisory only
0 commit comments