gherkin-generate-ast
lexer and parser for the Gherkin language in Ruby
Install
- All systems
-
curl cmd.cat/gherkin-generate-ast.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 updatesudo apt-get install ruby-gherkin - Raspbian
-
apt-get install ruby-gherkin
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.