qitops 0.1.0

Software Quality Assurance CLI for API, Performance, Security, and Web Testing
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
{
    "name": "Performance Test",
    "description": "A simple performance test",
    "url": "https://jsonplaceholder.typicode.com/posts",
    "method": "GET",
    "headers": {
        "Accept": "application/json"
    },
    "expected_status": 200,
    "ramp_up": 5,
    "think_time": 1
}