我正在尝试将 Grunt 用于我的 Protractor+Cucumber 测试,我正在使用 grunt-protractor-runner 插件,但我意识到它没有运行我的After
步骤,因此我的测试失败。
你推荐哪个插件?我试图使用grunt-protractor-cucumber
,但我无法让它工作!
你能帮忙吗?
我正在尝试将 Grunt 用于我的 Protractor+Cucumber 测试,我正在使用 grunt-protractor-runner 插件,但我意识到它没有运行我的After
步骤,因此我的测试失败。
你推荐哪个插件?我试图使用grunt-protractor-cucumber
,但我无法让它工作!
你能帮忙吗?
我们使用量角器黄瓜框架,它很棒。
有了它,您可以执行以下操作:
this.After({tags: ['@myCustomScenarioTag']}, function() {
//do stuff after a specific scenario has run
});