Skip to content

Commit

Permalink
filter to run only e2e tests with saucelabs
Browse files Browse the repository at this point in the history
  • Loading branch information
outsideris committed Oct 11, 2017
1 parent aa3a2d9 commit 49a1317
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion test/nightwatch.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,8 @@ module.exports = (() => {
username: process.env.SAUCE_USERNAME,
access_key: process.env.SAUCE_ACCESS_KEY,
build: 'build-' + process.env.TRAVIS_JOB_NUMBER,
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER
'tunnel-identifier': process.env.TRAVIS_JOB_NUMBER,
filter: 'test/e2e/**/*.test.js'
};
}

Expand Down

0 comments on commit 49a1317

Please sign in to comment.