Install dependencies
npm installRun server
- optional ENV VARs:
SENTRY_DSNPORT
npm run apiExecute example scenarios
- optional ENV VARs:
PORT
Send multiple authenticated requests in parallel:
npm run requests:parallelSequentially sends two requests: first an Unauthenticated request, followed by an Authenticated request:
npm run requests:simple