{{name}}

The following Features/Scenarios are included as part of the test suite

{{#each files}}

{{title}} [{{@key}}]

{{#each description}}

{{this}}

{{/each}} {{#each scenarios}}

{{title}}

{{#each annotations}}
@{{@key}}={{this}}{{/each}}
Scenario: {{title}}
    {{#each steps}}
    {{this}}
    {{/each}}
{{/each}}

{{/each}}