aviaviavi / curl-runnings

A declarative test framework for quickly and easily writing integration tests against JSON APIs.
MIT License
157 stars 13 forks source link

Support for basic auth #63

Closed aviaviavi closed 4 years ago

aviaviavi commented 4 years ago

This change lets you specify basic auth like so, per request:

auth:
  basic:
    username: <string>
    password: <string>