sp-io/markdown-test-docs-action
Generate markdown documentation from Jest/Vitest/Pytest test files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Source directory containing test files | no | "" |
| output | Output directory for generated documentation | no | "" |
| github-url | GitHub repository URL for source links | no | "" |
| github-branch | GitHub branch name | no | main |
| repository-root | Repository root directory | no | "" |
| test-framework | Test framework - jest, vitest, pytest, or auto | no | auto |
| verbose | Enable verbose logging | no | false |
Outputs
| name | description |
|---|---|
| success | Whether the documentation generation was successful |
| output-dir | The directory where documentation was generated |
| framework-detected | The test framework that was detected/used |
| total-files | Total number of test files processed |
| total-tests | Total number of tests documented |