Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

running tests in other browsers #5

Open
biswajit-713 opened this issue Aug 29, 2016 · 1 comment
Open

running tests in other browsers #5

biswajit-713 opened this issue Aug 29, 2016 · 1 comment

Comments

@biswajit-713
Copy link

I tried the following options to run the tests on browser different from default firefox but was not successful. Is there anything else that I need to do? Surprisingly my other galen tests run smoothly if I change the browser in the config file.

  1. change default browser in galen.config
  2. pass Dwebdriver.chrome.driver path in the test command or in run.sh
@navyakanu
Copy link

navyakanu commented Dec 13, 2016

I tried the same first, but did not work out.
Then in the openDriverForDevice() in galen-bootstrap.js, please change as below before returning the driver commenting the previous initialization of driver

var driver = createDriver(fullUrl,
"1280x800","chrome");

Yet to figure out how to pass the device resolution !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants