Gherkin
Options
Name | Type | Description |
---|---|---|
parser | object | You can perform some actions before beginning your test execution |
Parser
Name | Type | Description |
---|---|---|
enabled | boolean | You can perform enable the parsing of your feature file in gherkin langage |
jsonPath | string | You can perform some actions before each feature of your test execution |
source | string[] | You can perform some actions before each scenario of each of your features |
argumentEndDelimiter | RegExp | You can perform some actions before each steps of each of your scenarios |
argumentStartDelimiter | RegExp | You can perform some actions after each steps of each of your scenarios |