Automatically test multiple requests in your collections, with no limits on the amount of collection runs that you can execute.
Write customizable Javascript tests directly in Insomnia. Organize your integration tests as needed and run them simultaneously to identify errors.
Insomnia provides the ability to chain requests. This means you can extract values from the responses of other requests while also sharing state across requests.
Use the Insomnia CLI to automate the execution of your API tests using your existing Git workflows. For example, you can make it so that every pull request needs to run the API tests successfully before they can be merged.
Insomnia's scripting capabilities match the SDK from Postman. Simply copy-paste your tests into Insomnia and they will be compatible.