A docker container for CodeceptJs with NightmareJs.
3.9K
This is a docker container for CodeceptJs with NightmareJs. It can be used to run functional tests with NightmareJs or CodeceptJs. This image is based on node-slim.
To pull the docker image you can do it with:
docker pull geshan/codeceptjs
After pulling the image from docker registry, go into any project that has has the codeceptjs tests, then run the following commands to run codeceptjs tests:
docker run -it -v $(pwd):/tests geshan/codeceptjs /bin/sh -c "xvfb-run codeceptjs run --steps"
You can use it as a base image like below:
FROM geshan/codeceptjs
//my docker image contents
Content type
Image
Digest
Size
396.4 MB
Last updated
almost 10 years ago
docker pull geshan/codeceptjs