Using SpecSync with Postman
"toolSettings": {
"plugins": [
{
"packageId": "SpecSync.Plugin.PostmanTestSource",
"packageVersion": "1.0.0", // check the latest version at https://www.nuget.org/packages/SpecSync.Plugin.PostmanTestSource
"parameters": {
"collectionId": "[the ID of the postman collection you want to synchronize]",
"postmanApiKey": "[your Postman API key]" // you can set it via the POSTMAN_API_KEY environment variable as well
}
}
]
},Planning the Postman integration
Storing SpecSync meta-data
Synchronizing Postman tests

Publishing Test Results

Sample SpecSync configuration file for synchronizing Postman tests
Last updated