mirror of
https://github.com/sstent/node.git
synced 2026-01-28 16:12:21 +00:00
first post
This commit is contained in:
17
Nodejs-Socketio-Mysql-Demo/node_modules/wd/test/saucelabs/config-helper.coffee
generated
vendored
Normal file
17
Nodejs-Socketio-Mysql-Demo/node_modules/wd/test/saucelabs/config-helper.coffee
generated
vendored
Normal 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
|
||||
}
|
||||
Reference in New Issue
Block a user