Skip to content
GradedJestRisk edited this page Nov 23, 2020 · 3 revisions

Table of Contents

Home-made (bash)

Use curl

SIEGE (C + ?)

Repo





Artillery (YAML + JS)

Expectation

API

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

Debug

List:

  • request DEBUG=http:request
  • response DEBUG=http:response
  • both DEBUG=http:*

Clone this wiki locally