Skip to content
This repository has been archived by the owner on Oct 10, 2021. It is now read-only.

add basic browserstack support #126

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

yanatan16
Copy link

This is basic BrowserStack support. It does --list-available-browsers and runs tests when --browserstack is passed in. It requires browserstack_username and browserstack_key values in .zuulrc.

Known Bugs:

  • Sometimes doesn't get Passed responses with 4 browsers running
  • Running two or more types of browsers will not queue correctly in BrowserStack: You'll get errors saying you can only have X number of tests running at once instead of tests queuing up to run later.

See #124

@@ -22,6 +22,7 @@ program
.option('--local [port]', 'port for manual testing in a local browser')
.option('--tunnel', 'establish a tunnel for outside access. only used when --local is specified')
.option('--phantom', 'run tests in phantomjs. PhantomJS must be installed separately.')
.option('--browserstack', 'run tests in BrowserStack instead of Sauce Labs.')
Copy link
Owner

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

wondering if --platform <sauce | browserstack | phantom > wouldn't be a better flag

Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I like the --platform flag. Unlikely confused with --browser-platform.

@rase-
Copy link
Collaborator

rase- commented Mar 4, 2015

@yanatan16 any updates on this? Anything I can do to help? :)

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

Successfully merging this pull request may close these issues.

3 participants