godog/features/suite.feature
2015-06-15 17:50:17 +03:00

9 строки
268 Б
Gherkin

Feature: godog bdd suite
In order to test application behavior
As a suite
I need to be able to register and run features
Scenario: parses all features in path
Given a feature path "features"
When I parse features
Then I should have 5 feature file