lensvelt
lensvelt

Reputation: 161

Protractor not locating testing spec files?

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.

enter image description here

Upvotes: 1

Views: 311

Answers (1)

finspin
finspin

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

Related Questions