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

Switch to browserstack-runner #5

Open
localjo opened this issue Nov 13, 2014 · 0 comments
Open

Switch to browserstack-runner #5

localjo opened this issue Nov 13, 2014 · 0 comments

Comments

@localjo
Copy link
Contributor

localjo commented Nov 13, 2014

Right now, it's hard to keep the browsers array in test/selenium-driver.js up to date with the previous versions of our targeted browsers. Switching to browserstack-runner is a potential solution, since it provides [browser]_previous as a way of selecting the previous version of a browser automatically.

There are two downsides that I'm aware of in switching;

First, I don't think browserstack-runner will run the Selenium webdriver tests, but those tests can probably be replaced with some Mocha tests and run programmatically instead of simulating user action. So, the blocker in that aspect is writing some new tests that cover the same things that the Selenium tests cover.

Second, I was running into some issues with browserstack-runner timing out when running tests on certain browsers. We'll need to find a solution in order to run our tests in all of our target browsers. There's an open issue here: browserstack/browserstack-runner#94

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

1 participant