gherkin.parser.ParseError: Parse error at some.feature:5. Found comment when expecting one of: examples, feature, scenario, scenario_outline, tag. (Current getState: tag)
具有以开头的some.feature
# language: ru
@atag
@anothertag
#@done
Функционал: Некая фича
答案 0 :(得分:0)
它无法在标记部分内的评论中存活。删除#@done
完成了这项工作。
因此,我们不会简单地在gherkin特征文件中添加注释,并且注释的位置具有意义。