pbi-cli/tests
MinaSaad1 b783aa0f6b feat: add cardVisual and actionButton visual types (v3.4.0)
- Register cardVisual and actionButton in SUPPORTED_VISUAL_TYPES
- Add aliases: card_visual, modern_card -> cardVisual; action_button, button -> actionButton
- cardVisual template includes Data queryState role and sortDefinition (matches Desktop export)
- actionButton template omits query entirely and adds howCreated: InsertVisualButton
- Add Data to MEASURE_ROLES, update VISUAL_DATA_ROLES and ROLE_ALIASES accordingly
- Set default sizes from real Desktop export: cardVisual (217x87), actionButton (51x22)
- Add renderer colors and icons for both new types
- 4 new tests; all 398 tests pass, ruff clean
2026-04-01 18:40:03 +02:00
..
mocks feat: initial pbi-cli project with all 20+ command groups 2026-03-26 13:05:53 +02:00
test_commands fix: format remaining 6 files flagged by ruff format 2026-03-27 07:30:21 +02:00
__init__.py feat: initial pbi-cli project with all 20+ command groups 2026-03-26 13:05:53 +02:00
conftest.py fix: format remaining 6 files flagged by ruff format 2026-03-27 07:30:21 +02:00
test_claude_md.py feat: v2.1.0 - improve Claude skill triggering and CLAUDE.md auto-injection 2026-03-27 12:00:41 +02:00
test_config.py feat: v2.0.0 - replace MCP server with direct pythonnet/.NET TOM interop 2026-03-27 07:19:21 +02:00
test_connection_store.py feat: add REPL mode, test suite, CI/CD, and Claude Skills (Sprints 6-8) 2026-03-26 13:54:24 +02:00
test_e2e.py feat: v2.0.0 - replace MCP server with direct pythonnet/.NET TOM interop 2026-03-27 07:19:21 +02:00
test_errors.py feat: v2.0.0 - replace MCP server with direct pythonnet/.NET TOM interop 2026-03-27 07:19:21 +02:00
test_helpers.py feat: v2.0.0 - replace MCP server with direct pythonnet/.NET TOM interop 2026-03-27 07:19:21 +02:00
test_output.py feat: v2.0.0 - replace MCP server with direct pythonnet/.NET TOM interop 2026-03-27 07:19:21 +02:00
test_platform.py feat: v2.0.0 - replace MCP server with direct pythonnet/.NET TOM interop 2026-03-27 07:19:21 +02:00
test_visual_backend.py feat: add cardVisual and actionButton visual types (v3.4.0) 2026-04-01 18:40:03 +02:00