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.
Asked
Active
Viewed 308 times
1
-
Can you show what is inside `EmailUs_spec.js`? – alecxe Oct 30 '15 at 13:14
-
Hi alecxe - yes, essentially this: http://stackoverflow.com/questions/33430320/looping-through-fields-in-an-angular-form-and-testing-input-validations-using-pr?rq=1 – lensvelt Oct 30 '15 at 13:46
-
What if you move `specs` to under the first capability object under `multiCapabilities`? – alecxe Oct 30 '15 at 13:51
-
Hi Alecxe - that didn't work - same 'No specs found' message? – lensvelt Oct 30 '15 at 13:59
1 Answers
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