acuminous/yadda

View on GitHub
test/features/annotated/annotated_scenario_after_background.feature

Summary

Maintainability
Test Coverage
Feature: Annotation after background bug

Background: Some Background

    Given A

@keyword1=value1
Scenario: Simple Scenario

    Given A
    When B
    Then C