BMAD-METHOD/test/fixtures/workflow-schema/invalid
Michael Pursifull 40a53d36d3
test: add fixture for non-string variable value
Adds test coverage for the case where a YAML number value appears
in the variables record (e.g., `count: 5`). YAML parses unquoted
numbers as integers, which the schema correctly rejects as
invalid_type (expected string, received number). This is a likely
contributor mistake worth covering.

28/28 fixtures now passing.
2026-02-04 14:33:33 -06:00
..
bad-execution-hints.workflow.yaml test: add RED-phase test fixtures and runner for workflow schema validator 2026-02-04 13:11:44 -06:00
bad-instructions-ext.workflow.yaml test: add RED-phase test fixtures and runner for workflow schema validator 2026-02-04 13:11:44 -06:00
bad-load-strategy.workflow.yaml test: add RED-phase test fixtures and runner for workflow schema validator 2026-02-04 13:11:44 -06:00
bad-tags-type.workflow.yaml test: add RED-phase test fixtures and runner for workflow schema validator 2026-02-04 13:11:44 -06:00
bad-template-type.workflow.yaml test: add RED-phase test fixtures and runner for workflow schema validator 2026-02-04 13:11:44 -06:00
bad-variables-type.workflow.yaml test: add fixture for non-string variable value 2026-02-04 14:33:33 -06:00
empty-name.workflow.yaml test: add RED-phase test fixtures and runner for workflow schema validator 2026-02-04 13:11:44 -06:00
missing-author.workflow.yaml test: add RED-phase test fixtures and runner for workflow schema validator 2026-02-04 13:11:44 -06:00
missing-description.workflow.yaml test: add RED-phase test fixtures and runner for workflow schema validator 2026-02-04 13:11:44 -06:00
missing-load-strategy.workflow.yaml test: add RED-phase test fixtures and runner for workflow schema validator 2026-02-04 13:11:44 -06:00
missing-name.workflow.yaml test: add RED-phase test fixtures and runner for workflow schema validator 2026-02-04 13:11:44 -06:00
missing-standalone.workflow.yaml test: add RED-phase test fixtures and runner for workflow schema validator 2026-02-04 13:11:44 -06:00
missing-web-bundle.workflow.yaml test: add RED-phase test fixtures and runner for workflow schema validator 2026-02-04 13:11:44 -06:00
wrong-type-name.workflow.yaml test: add RED-phase test fixtures and runner for workflow schema validator 2026-02-04 13:11:44 -06:00
wrong-type-standalone.workflow.yaml test: add RED-phase test fixtures and runner for workflow schema validator 2026-02-04 13:11:44 -06:00
wrong-type-web-bundle.workflow.yaml test: add RED-phase test fixtures and runner for workflow schema validator 2026-02-04 13:11:44 -06:00
yaml-parse-error.workflow.yaml test: add RED-phase test fixtures and runner for workflow schema validator 2026-02-04 13:11:44 -06:00