Pickles
is an open source living documentation generator that works on feature files written in the Gherkin
language.
Pickles in Docker
is a docker image containg the Pickles Commmand Line
tool.
- Docker installed
docker run -t -v $PWD:/pickles ghcr.io/prmiguel/docker-pickles:latest
--feature-directory=./src/test/resources/features
--output-directory=./report
-df=dhtml
TBD