我目前使用vue自动设置设置了nightwatch.js。该模板位于此处。
https://github.com/vuejs-templates/webpack/tree/master/template/test/e2e
是否可以通过命令行以类似于webdriver.io中提供的REPL方式运行nightwatch声明?以下是对webdriver功能https://twitter.com/webdriverio/status/806911722682544128
的引用更新,我们已经开始使用赛普拉斯。它让我们非常高兴
答案 0 :(得分:0)
您可以使用NPM上提供的max_dixdance.sort(key=lambda x: x[0], reverse=True) # from max to min
print(max_dixdance[:3])
个包。
https://www.npmjs.com/package/nightwatch-repl
nightwatch-repl
运行测试并调用browser.repl()
您应该在控制台中看到以下内容
// nightwatch.conf.js
var repl = require('nightwatch-repl');
module.exports = (function (settings) {
repl.init(settings);
...
...
return settings;
})(require('./nightwatch.json'));