1

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

lensvelt
  • 151
  • 2
  • 11

1 Answers1

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.

finspin
  • 4,021
  • 6
  • 38
  • 66