Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
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
36 changes: 36 additions & 0 deletions Plans/ooxml-current-evidence-bundle.json
Original file line number Diff line number Diff line change
Expand Up @@ -158,6 +158,42 @@
{"path": "results.0.ui_actions", "equals": ["selected Excel slicer shape", "selected Excel slicer shape: REGION", "clicked Excel slicer item", "clicked Excel slicer item: REGION", "clicked Excel slicer item: YEAR", "saved active workbook"]}
]
},
{
"name": "excel_ui_interaction_marker_table_slicer_click",
"path": "/tmp/wolfxl-ui-interaction-marker-table-slicer-20260509/interactive-probe-report.json",
"producer": "osascript -e 'tell application \"Microsoft Excel\" to quit' >/dev/null 2>&1 || true; uv run --no-sync python scripts/run_ooxml_interactive_probe.py tests/fixtures/external_oracle --output-dir /tmp/wolfxl-ui-interaction-marker-table-slicer-20260509 --probe-kind excel_ui_interaction --probe slicer_selection_state --mutation marker_cell --fixture real-excel-table-slicers.xlsx --timeout 120 > /tmp/wolfxl-ui-interaction-marker-table-slicer-20260509.stdout.json",
"expect": [
{"path": "completed", "equals": true},
{"path": "probe_kind", "equals": "excel_ui_interaction"},
{"path": "mutation", "equals": "marker_cell"},
{"path": "result_count", "equals": 1},
{"path": "failure_count", "equals": 0},
{"path": "results.0.fixture", "equals": "real-excel-table-slicers.xlsx"},
{"path": "results.0.probe", "equals": "slicer_selection_state"},
{"path": "results.0.probe_kind", "equals": "excel_ui_interaction"},
{"path": "results.0.mutation", "equals": "marker_cell"},
{"path": "results.0.status", "equals": "passed"},
{"path": "results.0.ui_actions", "contains": "selected Excel slicer shape"},
{"path": "results.0.ui_actions", "contains": "clicked Excel slicer item"},
{"path": "results.0.ui_actions", "contains": "saved active workbook"}
]
},
{
"name": "excel_ui_interaction_marker_table_slicer_evidence",
"path": "/tmp/wolfxl-ui-interaction-evidence-marker-table-slicer-20260509.json",
"producer": "uv run --no-sync python scripts/audit_ooxml_interactive_evidence.py tests/fixtures/external_oracle --probe-kind excel_ui_interaction --probe slicer_selection_state --report /tmp/wolfxl-ui-interaction-marker-table-slicer-20260509/interactive-probe-report.json --strict > /tmp/wolfxl-ui-interaction-evidence-marker-table-slicer-20260509.json",
"expect": [
{"path": "ready", "equals": true},
{"path": "probe_kind", "equals": "excel_ui_interaction"},
{"path": "required_probes", "equals": ["slicer_selection_state"]},
{"path": "fixture_count", "equals": 22},
{"path": "report_count", "equals": 1},
{"path": "incomplete_report_count", "equals": 0},
{"path": "probes.slicer_selection_state.status", "equals": "clear"},
{"path": "probes.slicer_selection_state.probe_kind", "equals": "excel_ui_interaction"},
{"path": "probes.slicer_selection_state.passed_fixtures", "equals": ["real-excel-table-slicers.xlsx"]}
]
},
{
"name": "excel_ui_interaction_pivot_chart_slicer_click",
"path": "/tmp/wolfxl-ui-interaction-pivot-chart-slicer-extra-20260508/interactive-probe-report.json",
Expand Down
Loading
Loading