Reduce dependency when implementing custom formatter with local alias (#421)
Этот коммит содержится в:
родитель
61730298a5
коммит
92ea38e7ce
1 изменённых файлов: 3 добавлений и 0 удалений
|
@ -13,6 +13,9 @@ import (
|
||||||
"github.com/cucumber/godog/internal/models"
|
"github.com/cucumber/godog/internal/models"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
// Feature represents gherkin document.
|
||||||
|
type Feature = messages.GherkinDocument
|
||||||
|
|
||||||
// Scenario represents the executed scenario
|
// Scenario represents the executed scenario
|
||||||
type Scenario = messages.Pickle
|
type Scenario = messages.Pickle
|
||||||
|
|
||||||
|
|
Загрузка…
Создание таблицы
Сослаться в новой задаче