What problem does it solve?
Parse XLSX test documentation into a JSON manifest for test automation. Use this skill when you need to convert module-specific XLSX workbooks from test-docs/ into a structured manifest consumed by the autotest generator, refresh manifests, or assess test coverage.
Core Features & Use Cases
- Parse and transform XLSX workbooks into a single JSON manifest that maps test cases to modules, IDs, titles, preconditions, steps, priorities, and tags.
- Handle merged cells and multi-line step descriptions to preserve data fidelity across worksheets.
- Use case: when new test documentation is added to test-docs/, run the parser to produce an up-to-date manifest for autotest generation and analytics.
Quick Start
Run the parser by executing the command to process XLSX files into manifest.json (the exact command is provided in the script notes).