bootstraponline
bootstraponline
I expect that github's [test-queue](https://github.com/tmm1/test-queue) rspec runner would make the tests run faster.
test-queue has a [cucumber runner](https://github.com/tmm1/test-queue/blob/master/lib/test_queue/runner/cucumber.rb)
regular cucumber is `3m27s`, cucumber-queue is `6m56s`, and parallel_cucumber is `2m18s`. My recommendation would be using parallel_cucumber. I'm not sure why cucumber-queue doubles the test time. ``` $ cucumber 641...
Ok, I opened a ticket there.
The [sauce java client ended up supporting](https://github.com/saucelabs/sauce-java/blob/df707de514819497963da831c35a6b20b881476d/common/src/main/java/com/saucelabs/common/SauceOnDemandAuthentication.java#L33): - SAUCE_USER_NAME - SAUCE_USERNAME - SAUCE_API_KEY - SAUCE_ACCESS_KEY There's still a great deal of inconsistency depending on the clients (most use only two...
Sauce could say here's what we're supporting consistently across the clients instead of using different names in the docs and each language. That's what I meant by 'official.' People run...
sounds good to me :+1:
> OCHamcrest does have a very rich set of matchers that would simply be duplicated in our code if we remove the dependency. It looks like we're only using 6...
> Currently, with GREYHCMatcher, a user can use all of the matchers provided by OCHamcrest Oh. I didn't realize that. Very cool.
I think Espresso allows using arbitrary hamcrest matchers. If removing them prevents end users from matching with OCHamcrest then that doesn't seem great. I don't see a lot of value...