-
-
Notifications
You must be signed in to change notification settings - Fork 7
galen runner does not seem to work with other browsers like firefox or ie on grid #43
Copy link
Copy link
Closed
Labels
Description
We are using the galenrunner to start our tests
galen test ${TEST_SUITES_DIR}/example.test --config ${CONFIG_FILE_LOCATION} --htmlreport ${REPORT_DIR}
example.test contains the following directions:
Example on ${deviceName} (${tags}) @ ${environment}
selenium grid http://grid.server:4444/wd/hub --browser ${browser} --page https://example.de/test --size ${size}
wait 2s
check test/galen/specs/example.gspec --include "${tags}"
where browser is chrome, which works fine. With browser equals firefox or iexplore or ie we get the following error:
Caused by: org.openqa.selenium.SessionNotCreatedException: Error forwarding the new session cannot find : Capabilities [{browserName=Firefox}]
or
Caused by: org.openqa.selenium.SessionNotCreatedException: Error forwarding the new session cannot find : Capabilities [{browserName=Iexplore}]
Reactions are currently unavailable