tressi
Version:
A lightweight, declarative stress testing CLI for modern developers.
22 lines (21 loc) • 436 B
JSON
{
"$schema": "./schemas/tressi.schema.v0.0.12.json",
"headers": {
"Content-Type": "application/json; charset=UTF-8"
},
"requests": [
{
"url": "https://jsonplaceholder.typicode.com/posts/1",
"method": "GET"
},
{
"url": "https://jsonplaceholder.typicode.com/posts",
"method": "POST",
"payload": {
"title": "foo",
"body": "bar",
"userId": 1
}
}
]
}