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 chrome #4

Open
achampton opened this issue Aug 17, 2016 · 5 comments
Open

running tests in chrome #4

achampton opened this issue Aug 17, 2016 · 5 comments

Comments

@achampton
Copy link

I have changed the galen.config
galen.default.browser=chrome

but it still seem to run firefox
at org.openqa.selenium.firefox.internal.NewProfileExtensionConnection.start(NewProfileExtensionConnection.java:113)
... 15 more

where else would i set default to Chrome? Hoping you can help, thanks

@achampton
Copy link
Author

reportlog.txt

@ishubin
Copy link
Member

ishubin commented Sep 12, 2016

That is weird. It should work. Could it be that in your test suite you initialize browser with a specific browser type? Because that config setting is only used when the browser type is not defined.

@amitaibu
Copy link

I have changed the galen.config

Seems the repo doesn't have such a file. Shouldn't it have one? (I know you can have global config, I mean in terms of "best practice")

@ishubin
Copy link
Member

ishubin commented Mar 2, 2017

@amitaibu As far as I remember galen loads from both from global and from projects local galen.config file. Normally I would put the settings specific to a project in its own config. While on your laptop you might want to change the default browser globally.

@falcon03
Copy link

falcon03 commented Nov 8, 2019

I have exactly the same issue; any way to workaround it? I have specified both browser and driver path in my project config, but firefox is still used as the default browser. Using galen v2.4.4 on mac OS 10.14.6.

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

4 participants