|
1 | | -# PR_26156_179 Testing Lane Execution Report |
| 1 | +# PR_26156_180 Testing Lane Execution Report |
2 | 2 |
|
3 | 3 | ## Result |
4 | 4 | PASS |
|
10 | 10 | - PASS |
11 | 11 | - `node --check tests/playwright/tools/PaletteToolMockRepository.spec.mjs` |
12 | 12 | - PASS |
13 | | -- `rg "style=|<style|onclick|onchange|oninput|onsubmit" toolbox/colors/index.html toolbox/colors/colors.js toolbox/colors/palette-workspace-repository.js tests/playwright/tools/PaletteToolMockRepository.spec.mjs` |
| 13 | +- `rg -n "DEFAULT_SOURCE_PALETTES|style=|<style|onclick|onchange|oninput|onsubmit" toolbox/colors/index.html toolbox/colors/colors.js toolbox/colors/palette-workspace-repository.js tests/playwright/tools/PaletteToolMockRepository.spec.mjs` |
14 | 14 | - PASS, no matches |
15 | 15 | - `npx playwright test tests/playwright/tools/PaletteToolMockRepository.spec.mjs --project=playwright --workers=1 --reporter=list` |
16 | 16 | - PASS, 3 tests |
17 | 17 | - `npm run test:playwright:static` |
18 | 18 | - PASS |
19 | | -- `git diff --check` |
20 | | - - PASS |
| 19 | +- `git diff --check -- toolbox/colors/colors.js toolbox/colors/palette-workspace-repository.js tests/playwright/tools/PaletteToolMockRepository.spec.mjs` |
| 20 | + - PASS with Git LF-to-CRLF warning for the touched Playwright spec |
21 | 21 |
|
22 | 22 | ## Required Lanes |
23 | | -- Targeted Palette Tool harmony runtime lane: PASS. |
| 23 | +- Targeted Palette Tool runtime/UI lane: PASS. |
24 | 24 | - Changed-file/static validation: PASS. |
25 | 25 |
|
26 | 26 | ## Playwright Coverage |
27 | | -- Adding complementary harmony colors creates unique generated names: PASS. |
28 | | -- Generated complementary suggestions that start as `Complementary 1` save as `Complementary 1` and `Complementary 2`: PASS. |
29 | | -- Add All adds all non-duplicate generated harmony colors: PASS. |
30 | | -- Repeated Add All skips existing harmony hex values without duplicates: PASS. |
31 | | -- Duplicate-name validation still blocks true user-entered duplicate names: PASS. |
32 | | -- Auto-generated harmony duplicate names are incremented instead of surfacing duplicate-name validation: PASS. |
| 27 | +- Source Palette Browser direct pin/add selects the newly added active swatch: PASS. |
| 28 | +- Source Pin All selects the last newly added swatch: PASS. |
| 29 | +- Duplicate-only Source Pin All keeps the existing selected swatch: PASS. |
| 30 | +- User Defined Swatch add selects the newly added custom swatch: PASS. |
| 31 | +- Harmony pin/add selects the newly added harmony swatch: PASS. |
| 32 | +- Harmony Add All selects the last newly added harmony swatch: PASS. |
| 33 | +- Duplicate-only Harmony Add All keeps the current selected swatch: PASS. |
| 34 | +- Browser tooltip order is Name, Hex, Source, Tags: PASS. |
| 35 | +- Empty active user-tag sets omit the Tags line: PASS. |
33 | 36 |
|
34 | 37 | ## Impacted Lane |
35 | | -- Palette Tool harmony runtime lane. |
| 38 | +- Palette Tool runtime/UI lane. |
36 | 39 | - Changed-file/static validation lane. |
37 | 40 |
|
38 | 41 | ## Skipped Lanes |
39 | 42 | - Full samples smoke was skipped by BUILD instruction. |
40 | | -- Shared Tool Center fullscreen UI lane was skipped because PR179 does not modify shared Tool Center or Theme V2 behavior. |
41 | | -- Broader tool lanes were skipped because changes are confined to Palette harmony repository behavior and targeted Palette spec assertions. |
| 43 | +- Shared Tool Center fullscreen UI lane was skipped because PR180 does not modify shared Tool Center or Theme V2 behavior. |
| 44 | +- Broader tool lanes were skipped because changes are confined to Palette Tool repository/UI behavior and targeted Palette spec assertions. |
42 | 45 |
|
43 | 46 | ## Not Run |
44 | 47 | - Full samples smoke was not run, per BUILD instruction. |
45 | 48 |
|
46 | 49 | ## Notes |
47 | | -- Static validation generated companion reports during the run; non-required generated companion report updates were reverted so the PR remains scoped to the requested report artifacts. |
| 50 | +- Static validation generated companion reports during the run; non-required generated companion report updates were restored to their prior contents so the PR remains scoped to the requested report artifacts. |
48 | 51 |
|
49 | 52 | ## Coverage Artifact |
50 | 53 | - Final V8 coverage artifact: `docs_build/dev/reports/playwright_v8_coverage_report.txt`. |
0 commit comments