cucumber-forge-report-generator
Version:
NPM Library for Generating Static Cucumber Reports
13 lines (12 loc) • 330 B
JSON
{
"feature": ["Feature:", "Business Need:", "Ability:"],
"background": ["Background:"],
"scenario": ["Scenario:"],
"scenario_outline": ["Scenario Outline:", "Scenario Template:"],
"examples": ["Examples:", "Scenarios:"],
"given": ["Given"],
"when": ["When"],
"then": ["Then"],
"and": ["And"],
"but": ["But"]
}