mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-05-25 14:23:43 +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')
|
var wd = require('wd')
|
||||||
, assert = require('assert')
|
, 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({
|
browser.init({
|
||||||
browserName:'chrome'
|
browserName:'chrome'
|
||||||
, tags : ["examples"]
|
, tags : ["examples"]
|
||||||
, name: "This is an example test"
|
, name: "This is an example test from Travis"
|
||||||
|
, "tunnel-identifier": process.env.TRAVIS_JOB_NUMBER
|
||||||
}, function() {
|
}, function() {
|
||||||
|
|
||||||
browser.get("http://localhost:8000/build/docs/api", function() {
|
browser.get("http://localhost:8000/build/docs/api", function() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue