Skip to content

Files

Latest commit

32376fa · Oct 1, 2021

History

History
11 lines (7 loc) · 254 Bytes

README.md

File metadata and controls

11 lines (7 loc) · 254 Bytes

RealWorld API Spec

Running API tests locally

To locally run the provided Postman collection against your backend, execute:

APIURL=http://localhost:3000/api ./run-api-tests.sh

For more details, see run-api-tests.sh.