/docker-just-api-sample

Just-API and docker sample

MIT LicenseMIT

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