ng e2e with firefox requires property -Dwebdriver.gecko.driver=... #6924
Labels
P3
An issue that is relevant to core functions, but does not impede progress. Important, but not urgent
severity3: broken
Bug Report or Feature Request (mark with an
x
)Versions.
@angular/cli: 1.2.0
node: 7.4.0
os: darwin x64
@angular/animations: 4.2.6
@angular/common: 4.2.6
@angular/compiler: 4.2.6
@angular/core: 4.2.6
@angular/forms: 4.2.6
@angular/http: 4.2.6
@angular/platform-browser: 4.2.6
@angular/platform-browser-dynamic: 4.2.6
@angular/platform-server: 4.2.6
@angular/router: 4.2.6
@angular/cli: 1.2.0
@angular/compiler-cli: 4.2.6
@angular/language-service: 4.2.6
Repro steps.
The log given by the failure.
Desired functionality.
running e2e tests with firefox
Mention any other details that might be useful.
(webdriver-manager update updates the global one, which is not used).
it requires the -Dwebdriver.gecko.driver system property set.
See also: SeleniumHQ/selenium#3572
When using directConnect: true the error is
this seems to be a port issue (connecting to 4444 rather 49152)
https://stackoverflow.com/questions/43194582/unable-to-parse-new-session-response-when-run-protractor-test-in-firefox
The text was updated successfully, but these errors were encountered: