Skip to content
This repository has been archived by the owner on Jan 12, 2024. It is now read-only.

Commit

Permalink
Fixed a typo and added auth info to wdio invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
Mark Jones authored and hmdhk committed Jul 5, 2016
1 parent e12e807 commit 3b8639a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,6 @@ addons:
sauce_connect: true

before_script:
- sh -e cd e2e_tests; npm install
- (cd e2e_test && npm install)
- export DISPLAY=:99.0
- sh -e /etc/init.d/xvfb start
2 changes: 2 additions & 0 deletions gulpfile.js
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,8 @@ gulp.task('test', function (done) {

gulp.task('test:e2e', function (done) {
var stream = gulp.src('wdio.conf.js').pipe(webdriver({
user: 'opbeat',
key: 'de42e589-1450-41a2-8a44-90aa00c15168',
host: 'ondemand.saucelabs.com',
port: 80
}))
Expand Down

0 comments on commit 3b8639a

Please sign in to comment.