Skip to content

galen runner does not seem to work with other browsers like firefox or ie on grid #43

@MichaelKunze

Description

@MichaelKunze

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}]

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions