scarowar/Insomnia Run

Run Insomnia Collections & Tests using the Inso CLI with PR comment reporting.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
execution-timeoutTimeout for entire execution in seconds. Default is 300. Increase for large collections or slow APIs.no300
commandThe command to run: "test" or "collection".yes
working-directoryPath to Insomnia export file or .insomnia directory.yes
github-tokenGitHub token for posting PR comments. Uses GITHUB_TOKEN if not provided.no
inso-versionVersion of Inso CLI to use.no12.2.0
identifierCollection name, test suite name, or workspace ID to run.no
environmentInsomnia environment name to use.no
request-name-patternRegex pattern to filter requests by name (collection only).no
itemSpecific request or folder IDs to run, comma-separated.no
globalsPath to global environment file or ID.no
delay-requestDelay between requests in milliseconds.no
iteration-countNumber of times to iterate through the collection.no
iteration-dataPath to CSV or JSON data file for iterations.no
env-varEnvironment variables in KEY=VALUE format, one per line.no
test-name-patternRegex pattern to filter tests by name (test only).no
keep-fileKeep the generated test file after execution.nofalse
bailStop execution on first failure.nofalse
request-timeoutRequest timeout in milliseconds.no
disable-cert-validationDisable SSL certificate validation.nofalse
https-proxyHTTPS proxy URL.no
http-proxyHTTP proxy URL.no
no-proxyComma-separated list of hosts to bypass proxy.no
data-foldersFolders that Insomnia can access for file references.no
verboseEnable verbose logging.nofalse
output-formatThe format of the report output (e.g., 'json').no
pr-commentPost test results as a PR comment.notrue
fail-on-errorFail the workflow if tests fail.notrue
namedescription
markdown
json-output
exit-code