Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/lindt/docker-gherkin-language-ngram


https://github.com/lindt/docker-gherkin-language-ngram

Last synced: 2 days ago
JSON representation

Awesome Lists containing this project

README

        

# Docker Image for gherkin_language with ngrams

## Usage

Assuming there is a `test.feature` within the current folder, then the following command will check the feature file.

```
docker run -t -v $(pwd):/user -w /user gherkin/language test.feature
```

For usage of ngrams (be aware, that it will need roughly 10 GB) just use. This will show where very uncommon word combinations are used.

```
docker run -t -v $(pwd):/user -w /user gherkin/language-ngram test.feature
```