ciaranmcnulty / gherkin-messages-prototype

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Gherkin messages prototype

Uses gherkin-go binary to parse gherkin files into pickles consumed by PHP

Building

Requirements:

  • protoc
  • composer
  • wget

use make to build the protobuf classes, grab the gherkin binary, and install composer dependencies

Using

php pickes.php /path/to/some.feature

This should dump out the pickle steps

About


Languages

Language:PHP 71.4%Language:Makefile 28.6%