Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 1008 Bytes

File metadata and controls

29 lines (20 loc) · 1008 Bytes

Pickles In Docker

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.

Requirements

  • Docker installed

Generate Pickles Docs

docker run -t -v $PWD:/pickles ghcr.io/prmiguel/docker-pickles:latest 
  --feature-directory=./src/test/resources/features
  --output-directory=./report
  -df=dhtml

Pickles Docs

TBD

Examples

References