googlearchive / angularfire-seed

Seed project for AngularFire apps
http://angularfire.com
MIT License
410 stars 191 forks source link

Protractor Issue #86

Closed macdonaldr93 closed 9 years ago

macdonaldr93 commented 9 years ago

I've been trying to get the protractor test to run for hours now and I can't get it to work. I keep getting this error: Failed at the angularfire-seed@1.0.0 protractor script 'protractor e2e-tests/protractor-conf.js'.

katowulf commented 9 years ago

Hello! We will need considerably more context than this to be of any help here.

macdonaldr93 commented 9 years ago

Thank you for replying! I really appreciate it. I followed the steps in the README. I cloned the repository, and I ran npm install, etc. But when I attempt to use protractor I get this error. screen shot 2015-05-21 at 12 21 24 pm

katowulf commented 9 years ago

Looks like you can fix this by opening e2e-tests/protractor-conf.js and changing out the specs to this:

specs: [
    '*.js'
  ],

Not sure of the root cause, probably a change in how protractor considers the specs relative to CWD vs the .conf file.

macdonaldr93 commented 9 years ago

Wicked that seemed to work! Thank you for your help.

katowulf commented 9 years ago

Going to keep this opened. Still not sure which versions are passing and which are failing. Will probably submit a fix for this to the seed.

macdonaldr93 commented 9 years ago

Okay sounds good. If you need more info, just let me know.

— Ryan

Web Developer / Producer www.rtmproductions.ca (705) 561-2601

On Fri, May 22, 2015 at 5:10 AM, katowulf notifications@github.com wrote:

Going to keep this opened. Still not sure which versions are passing and which are failing. Will probably submit a fix for this to the seed.

Reply to this email directly or view it on GitHub: https://github.com/firebase/angularfire-seed/issues/86#issuecomment-104585322

katowulf commented 9 years ago

FIxed by fbb0bc4fa92baa516180185dbcee6276a85d2323