-
Notifications
You must be signed in to change notification settings - Fork 0
Load
GradedJestRisk edited this page Nov 23, 2020
·
3 revisions
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:*