Does anyone know how to use Gherkin to parse custom feature file? I want to create a tool to process feature file and execute custom java code. I want Gherkin to process file similar to this:
SCENARIO: My Fist sample test
WHEN [this condition met]
USE [this dataset]
THEN [test this java code]