
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.
22 строки
643 Б
Gherkin
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
|
|
"""
|