0

我正在尝试将 Grunt 用于我的 Protractor+Cucumber 测试,我正在使用 grunt-protractor-runner 插件,但我意识到它没有运行我的After步骤,因此我的测试失败。

你推荐哪个插件?我试图使用grunt-protractor-cucumber,但我无法让它工作!

你能帮忙吗?

4

1 回答 1

0

我们使用量角器黄瓜框架,它很棒。

有了它,您可以执行以下操作:

this.After({tags: ['@myCustomScenarioTag']}, function() {
    //do stuff after a specific scenario has run
});
于 2017-03-29T19:38:50.277 回答