-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Angular CLI does not work with Protractor 6 #5209
Comments
This is because the Angular CLI does not currently support Protractor 6 yet. I did let one of the maintainers know things were changing. |
Blocked. Still need to release a working version of Protractor 6 and coordinate with the CLI team. |
Protractor 6 is not yet compatible with Angular CLI: angular/protractor#5209
Any update on this ❓ |
Any update on when resolution or workaround? |
Any hope of getting this resolved for Angular 7? I am trying to test an app which uses Material, and it seems that Chrome driver does not work correctly in some situations (angular/components#9755). The Gecko driver works as expected, however it throws error in ci environment due to angular/webdriver-manager#303. This appears to have been corrected in version 13.0.0, and is now available in #5209. I know v7 is in LTS, but would still be nice to get a fix for it. |
More info: the Angular team will be responsible for the next release of Protractor. It will be published when they are ready. |
@cnishina any info on the approximate release date? |
I do not. I'm still working on cleaning up webdriver-manager and there is one outstanding bug + documentation for Protractor. This isn't my main focus so it's difficult to tend to these things on my free time. |
@cnishina, thank you. And thank you for the work you do. |
Is it possible to release the webmanager v13 as part of Protractor v5 so we can take advantage of it now? |
Hi I'm using 5.4.2 and my tests were working till yesterday! there is some walkaround? @cnishina |
I've just given a try again and the problem is still there. Are there any news on this?
|
Had the same error message during npm add --save-dev protractor |
Bug report
After upgrading from version
5.4.2
to version6.0.0
, when I try to runng e2e
it fails with the following:Switching back to
5.4.2
solves this issue for me.Here some information about my system:
The text was updated successfully, but these errors were encountered: