标签: angularjs testing protractor
由于某种原因,Protractor没有获取conf.js文件中指定的spec文件。据我所知,路径是正确的 - 见下面的截图。我缺少什么想法?感谢。
答案 0 :(得分:2)
Your folder structure and conf file are correct, the problem is with your spec file. The it block in your spec file is not correctly defined. If you put a simple test in your EmailUs_spec.js it will run.
it
EmailUs_spec.js