Using docker to run Just-API tests
July 6, 2018 ยท View on GitHub
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