nickctomlin/Enhanced Postman to RestAssured Converter
Convert Postman collections to RestAssured test cases with optional Allure reporting support.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| collection_path | Path to the Postman collection (.json). | yes | — |
| output_directory | Directory to store generated tests. | no | ./generated-tests |
| enable_allure | Enable Allure report generation. | no | true |
Outputs
| name | description |
|---|---|
| test_path | Path to the generated test files. |