Skip to content

Latest commit

 

History

History
14 lines (11 loc) · 276 Bytes

README.md

File metadata and controls

14 lines (11 loc) · 276 Bytes

Using docker to run Just-API tests

This repo serves like a boilerplate to organize and run Just-API tests with docker.

Test suites are in specs directory.

Build image

docker build -t image-name .

Run tests

docker run image-name npm run test