Tag: 小黄瓜

Webdriverio黄瓜不能使用承诺

我试图用webdriverIO学习更多的cucumberjs,并且在启动testing时遇到一些麻烦。 其实我想涵盖这个简单的function: Feature: Example Feature In order to become productive As a test automation engineer I want to understand the basics of cucumber Scenario: My First Test Scenario Given I have open "https://google.com" Then the title should be "Google". And the bar should be empty. 有了这个testing: const assert = require('assert'); module.exports = function() { this.Given(/^I […]

Node.js BDD。 黄瓜,小黄瓜或黄瓜?

我想开始使用BDD为我的一个Node.js项目。 查看Node.js wiki,我发现至less有3个模块: 黄瓜 , 小黄瓜和黄瓜 ,都支持小黄瓜语言。 你推荐哪些?