Reputation: 161
For some reason, Protractor is not picking up the spec files specified in the conf.js file. As far as I can tell the path is correct - see screenshot below. Any ideas what I'm missing? Thanks.
Upvotes: 1
Views: 311
Reputation: 4061
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.
Upvotes: 2