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

WebDriver doesn't support absolute paths to browsers #628

Closed
janhancic opened this issue May 8, 2014 · 1 comment
Closed

WebDriver doesn't support absolute paths to browsers #628

janhancic opened this issue May 8, 2014 · 1 comment

Comments

@janhancic
Copy link
Contributor

If I have a test-runner.conf file like this:

browserPaths:
  windows:
    firefox-webdriver: 'C:\Program Files\Mozilla Firefox\firefox.exe'

then running the integration tests fails as webdriver is trying to find the browser at d:\location\to\my\conf\folder\C:\Program Files\Mozilla Firefox\firefox.exe

Absolute paths work with regular brjs test.

@andy-berry-dev
Copy link
Member

test-integration has never has a full implementation which is why we have this bug. Given the command is going to be completely rewritten as part of #8 I've added a comment to that issue and I'm going to close this issue.

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

No branches or pull requests

2 participants