angular / angular-phonecat

Tutorial on building an angular application.
http://docs.angularjs.org/tutorial
MIT License
3.12k stars 4.67k forks source link

Angular Protractor: How to ensure that “no specs found” error does not happen? #425

Closed rupali317 closed 6 years ago

rupali317 commented 6 years ago

I have posted my issue at:

https://stackoverflow.com/questions/46500133/angular-protractor-how-to-ensure-that-no-specs-found-error-does-not-happen

Basically whenever I switch to different branches say step-2, step-3, step-4, the protractor will always show "no specs found" error. But the test works fine in master branch. Can you please let me know why this error message shows up? How to fix it?

gkalpak commented 6 years ago

I left an answer on the StackOverflow question. As a general guideline, in order to avoid confusion (and frustration) try to follow the instructions closely, until you get hang of AngularJS and the techniques and tools introduced in the tutorial.