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