godog/features/lang.feature
Stettler, Robert 061d3a3b74 Added support for Docstirngs
Updated lang.feature with the additional cucumber.feature
Updated load.feature with the additional cucumber.feature
Updated events.feature to account for ripple effect of updating lang and load
Updated run.go to indicate that cucumber formatter does not support concurrent.
Updated suite_test.go to handle one new testing step.
2017-02-23 11:49:04 -05:00

22 строки
643 Б
Gherkin

# language: lt
@lang
Savybė: užkrauti savybes
Kad būtų galima paleisti savybių testus
Kaip testavimo įrankis
Aš turiu galėti užregistruoti savybes
Scenarijus: savybių užkrovimas iš aplanko
Duota savybių aplankas "features"
Kai aš išskaitau savybes
Tada aš turėčiau turėti 9 savybių failus:
"""
features/background.feature
features/events.feature
features/formatter/cucumber.feature
features/formatter/events.feature
features/lang.feature
features/load.feature
features/outline.feature
features/run.feature
features/snippets.feature
"""