cozyloon/Enhanced Postman to RestAssured Converter
Convert Postman collections to RestAssured test cases with advanced features.
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 file). | yes | — |
| output_directory | Directory to store the generated RestAssured tests. | no | ./generated-tests |
| enable_allure | Enable Allure reporting. | no | true |
Outputs
| name | description |
|---|---|
| test_path | Path to the generated RestAssured test cases. |