Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 455 Bytes

README.md

File metadata and controls

34 lines (23 loc) · 455 Bytes

Setup

Install dependencies

npm install

Run server

  • optional ENV VARs:
    • SENTRY_DSN
    • PORT
npm run api

Execute example scenarios

  • optional ENV VARs:
    • PORT

Send multiple authenticated requests in parallel:

npm run requests:parallel

Sequentially sends two requests: first an Unauthenticated request, followed by an Authenticated request:

npm run requests:simple