-
Notifications
You must be signed in to change notification settings - Fork 150
Sauce Labs Automated Testing #49
Conversation
I'll work on this on the |
Why hide the sauce username? I assume you'll have badges or link to the results page, which exposes the sauce username anyways, it's a public project after all. |
Yeah, I was using my username first. Eventually I'll change that. |
Cool. |
941af21
to
9eca041
Compare
e8e8ecb
to
34fe379
Compare
Let's think about migrating away from Spec if it makes Sauce integration easier. |
Sauce supports custom unit test libs :D 🐐 |
Yeah, it does, was a bit busy. There’s no need to switch from Spec. Will try to finish soon. |
05748cf
to
c6ca0d5
Compare
I made a support request on Sauce Labs, since the tests worked fine, yet they were failing on Sauce Labs. One of the awesome people at Sauce Labs, @saucyallison, responded:
For now, I'll just not add passing tests to the |
954e116
to
6647180
Compare
@kitcambridge This now works. Feel free to rebase/merge this. (Test fails are not related, they are due to the Rhino download.) |
This is awesome. 🌟 Thanks so much, @D10! I'll merge tonight. |
"Three weeks" is an interesting definition of "tonight." 😿 Sorry for letting this slide; I've been really busy. Merging now. |
Booo GoLang Boo! : D |
@jdalton Go was four weeks ago...it's Twisted Python now. 😜 |
Great banter, m8! ;) |
Travis CI has already been integrated into JSON3, so I think we can start to implement automated browser testing with Sauce Labs. Lo-Dash has been doing this for some time already, with great results. The only problem with implementing this is that Spec, the test suite we use, is not natively supported, meaning we have to use wd (Selenium/WebDriver library) to access the test results ourselves.