first post

This commit is contained in:
2012-05-25 09:03:56 -04:00
commit 6a753904b7
609 changed files with 252648 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
should = require 'should'
try config = require './config' catch err
exports.getRemoteWdConfig = ->
should.exist config, \
"""
Missing config!
You need to copy config-sample.coffee to config.coffee,
and then configure your sauce username and access-key in
config.coffee
"""
{
host: "ondemand.saucelabs.com"
port: 80
username: config.saucelabs?.username
accessKey: config.saucelabs?.accessKey
}