Docker + GOCURE
A Docker image with a frontend created to use GOCURE to generate Cucumber HTML reports.
Download image from Docker Hub
docker pull rodrigoodhin/gocure
Create a new image
docker build -t <YOUR_DOCKER_HUB_USER>/gocure .
Push created image to docker hub
docker login
docker push <YOUR_DOCKER_HUB_USER>/gocure
Using docker-compose.yml
docker-compose up -d
Starting docker container
docker run -d \
--name gocure \
-p 8087:80 \
-p 7087:7087 \
-v "$PWD/data:/data" \
rodrigoodhin/gocure
Frontend
After start the container, you can go to http://localhost:8087 and generate HTML reports.
LICENSE
MIT License