-
Notifications
You must be signed in to change notification settings - Fork 27.4k
Step-8 : E2E test got error code: ELIFECYCLE #16739
Comments
It looks like we need to update protractor, which will then update the Chromedriver. |
The tests work for me (in Windows). Did you change something in the code? |
No. I reset the workspace to step 8 by running |
I am in the process of upgrading the tutorial (on last time 😢) to v1.7.x. I will ensure the tests pass with the upgraded deps. |
I tested for 3 times , same as the first time(the screenshot showed at previous comment). |
Why there is a |
No idea where the |
I changed a little bit on the |
🎉 You can safely ignore that warning. |
BTW, I don't think |
No. My apologies. It works! What all I need to do is to update protractor.
|
Awesome! Glad you got it working. |
Since Protractor requires specific WebDriver versions and these are only compatible with specific browser version ranges, it is often necessary to upgrade Protractor just so that it picks up a more recent WebDriver version. Related: angular#16739
Since Protractor requires specific WebDriver versions and these are only compatible with specific browser version ranges, it is often necessary to upgrade Protractor just so that it picks up a more recent WebDriver version. Related: angular#16739
Since Protractor requires specific WebDriver versions and these are only compatible with specific browser version ranges, it is often necessary to upgrade Protractor just so that it picks up a more recent WebDriver version. Related: angular#16739
I'm submitting a ...
Current behavior:
Followed up Step- 8 - Templating Links & Images, when I tried to run 'npm run protractor' this command. Browser opened with url http://localhost:8000/index.html but couldn't open the index page

When I checked the log , I got error code ELIFECYCLE.
Expected / new behavior:
E2E test should run properly
Minimal reproduction of the problem with instructions:
AngularJS version: 1.7.x-snapshot
Browser: [all | Chrome XX | Firefox XX | Edge XX | IE XX | Safari XX | Mobile Chrome XX | Android X.X Web Browser | iOS XX Safari | iOS XX UIWebView | iOS XX WKWebView ]
Chrome Version 70.0.3538.67 (Official Build) (64-bit)
Anything else:
Is something wrong with protractor. should we install protractor first? (tried, failed,same error)
In this tutorial, it didn't mention about installing protractor. if we need to , what's the version ?
The text was updated successfully, but these errors were encountered: