Skip to content

Commit ce1f800

Browse files
committed
fix(test): e2e online
1 parent a6cc7f3 commit ce1f800

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ addons:
1212
install:
1313
- npm install
1414
script:
15-
- npm run test
15+
# - npm run test
1616
- if [ $TO_TEST == 'ALL' ];
1717
then npm run saucelabs-test-e2e-mocha;
1818
fi

test/saucelabs/mocha.spec.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,8 @@ var expect = require('chai').expect,
2323
server = 'http://localhost:4444/wd/hub';
2424
}
2525

26+
console.log(capabilities, server);
27+
2628
driver = new webdriver.Builder()
2729
.withCapabilities(capabilities)
2830
.usingServer(server)

0 commit comments

Comments
 (0)