gherkin-generate-tokens
lexer and parser for the Gherkin language in Ruby
Install
- All systems
-
curl cmd.cat/gherkin-generate-tokens.sh
- Debian
-
apt-get install ruby-gherkin
- Ubuntu
-
apt-get install ruby-gherkin
- Kali Linux
-
apt-get install ruby-gherkin
- Fedora
-
dnf install rubygem-gherkin
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install ruby-gherkin
- Raspbian
-
apt-get install ruby-gherkin
- Dockerfile
- dockerfile.run/gherkin-generate-tokens
ruby-gherkin
lexer and parser for the Gherkin language in Ruby
Gherkin is a language for writing software acceptance tests in an executable scripting language that looks like structured natural language. It was created in the context of the cucumber project.