Load - GradedJestRisk/test-training GitHub Wiki
Use curl
Install
npm install --save-dev artillery-plugin-expect
Test
- post:
url: "http://localhost:7000/signin"
headers:
Content-Type: "application/x-www-form-urlencoded"
body: "{{ samlRequest }}"
expect:
- statusCode: 301
List:
- request
DEBUG=http:request - response
DEBUG=http:response - both
DEBUG=http:*