Export to Postman
Speedscale can export and import traffic in the open source Postman collection format. This lets you use your familiar tools to send test requests to your app with traffic that was collected by Speedscale.
Export
To export your snapshot into a postman collection, simply run:
speedctl export snapshot --type postman --output collection.json {SNAPSHOT_ID}
Import
If you have an existing Postman collection and want to import into Speedscale, simply run:
speedctl import postman --name {SNAPSHOT_NAME} --service-name {SERVICE_NAME} --from {COLLECTION_FILE}
Questions?
Note: because new features and flags are regularly added, you can check the latest capabilities by running:
speedctl export snapshot --help
speedctl import postman --help
Also feel free to ask questions on the Community.