Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 246 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 246 Bytes

RealWorld API Spec

Running API tests locally

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

chmod +x run-api-tests.sh
./run-api-tests.sh

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