Skip to content

Instantly share code, notes, and snippets.

@allenheltondev
Last active July 22, 2020 11:53
Show Gist options
  • Save allenheltondev/c7affcf229e1a27f3e22c42590466940 to your computer and use it in GitHub Desktop.
Save allenheltondev/c7affcf229e1a27f3e22c42590466940 to your computer and use it in GitHub Desktop.
Load Test Rule Set
{
"execution": [
{
"executor": "newman",
"iterations": 5000,
"scenario": "simple"
}
],
"scenarios": {
"simple": {
"script": "Collection.json",
"timeout": "5s",
"think-time": "1s"
}
},
"reporting":[
{
"module":"final-stats",
"summary":true,
"percentiles":true,
"summary-labels":true,
"test-duration":true,
"dump-xml":"/tmp/artifacts/results.xml"
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment