mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-16 23:30:23 +00:00
WIP: tunnel id
This commit is contained in:
parent
c12cc7a310
commit
46d8594cb7
1 changed files with 5 additions and 2 deletions
|
|
@ -1,12 +1,15 @@
|
|||
var wd = require('wd')
|
||||
, assert = require('assert')
|
||||
, browser = wd.remote("ondemand.saucelabs.com", 80, process.env.SAUCE_USER_NAME, process.env.SAUCE_ACCESS_KEY)
|
||||
, browser = wd.remote("ondemand.saucelabs.com", 80,
|
||||
process.env.SAUCE_USER_NAME,
|
||||
process.env.SAUCE_ACCESS_KEY)
|
||||
|
||||
|
||||
browser.init({
|
||||
browserName:'chrome'
|
||||
, tags : ["examples"]
|
||||
, name: "This is an example test"
|
||||
, name: "This is an example test from Travis"
|
||||
, "tunnel-identifier": process.env.TRAVIS_JOB_NUMBER
|
||||
}, function() {
|
||||
|
||||
browser.get("http://localhost:8000/build/docs/api", function() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue