How to run multiple test suites in a folder using Nightwatch CLI command(--group)
我用以下命令跑了
“ ./ node_modules / .bin / nightwatch -c local.conf.js -g specs / folder --env firefox”
我收到响应“ No test source specified, please check configuration; group(s)
”
答案 0 :(得分:0)
将测试放入带有您的组名称的文件夹中:
例如components.map(component => Vue.component(component.name, component))
。
要使用logingroup
运行测试,请执行以下操作:logingroup
Nightwatch文档中还有关于组的部分:http://nightwatchjs.org/guide#test-groups