These tools convert :
- Postman collections to Stoplight collections. Try it online here
- Multiple Postman environments to a Stoplight environment file. Try it online here.
- The input Postman collection MUST be at 2.1 format
- Simply open the Collection converter or the Environments converter
- Pick your Postman collection file from your disk. For environments, you can pick multiple files.
- Click the convert button
- Copy/paste the result into Stoplight "</>Code" tab of your TESTING section or in the ".stoplight" file for the environment.
- Converts all requests in steps
- Manages Postman folders and sub-folders
- Replaces {{myVar}} by {$$.env.myVar}
- Try to detect usual assertions (experimental)
- Doesn't detect captures
- Doesn't use Stoplight $.ctx
- Shitty web design
- By far, not the best Javascript code you could see...
No support, thanks :-)