2

Has anyone tried to connect BrowserStack browsers to Travis-CI vms?

jayarjo
  • 16,124
  • 24
  • 94
  • 138
  • Can you elaborate on this? BrowserStack.com provides selenium support. You can also have a look at [Browserstack Runner](https://github.com/browserstack/browserstack-runner) which can be used to run tests on commandline. – Aditya Patawari Aug 23 '13 at 10:48

2 Answers2

1

Have you tried http://www.browserstack.com/automate/continuous-integration? They seem to support Jenkins, Travis and Circle.

SidEsw
  • 95
  • 1
  • 6
0

I've never tried BrowserStack on Travis CI or otherwise, but it looks like it should work if you're using Selenium.

Another option would be Sauce Labs, who also provide browsers for Selenium tests.

sarahhodne
  • 9,796
  • 3
  • 39
  • 44