Skip to content

Commit

Permalink
fix(saucelabs): test
Browse files Browse the repository at this point in the history
  • Loading branch information
StephanGerbeth committed Oct 12, 2018
1 parent 6cbe63c commit 280b9ea
Showing 1 changed file with 2 additions and 17 deletions.
19 changes: 2 additions & 17 deletions test/wdio/wdio.conf.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,4 @@
exports.config = {

//
// =================
// Service Providers
Expand All @@ -20,13 +19,9 @@ exports.config = {
// NPM script (see https://docs.npmjs.com/cli/run-script) then the current working
// directory is where your package.json resides, so `wdio` will be called from there.
//
specs: [
'./test/*.js'
],
specs: ['./test/*.js'],
// Patterns to exclude.
exclude: [
'./test/wdio/*.js'
],
exclude: ['./test/wdio/*.js'],
//
// ============
// Capabilities
Expand Down Expand Up @@ -56,20 +51,10 @@ exports.config = {
// maxInstances: 5,
//
{
browserName: 'firefox',
platform: 'Windows 10',
version: '41.0',
build: process.env.TRAVIS_BUILD_NUMBER
}, {
browserName: 'chrome',
platform: 'OS X 10.10',
version: '45.0',
build: process.env.TRAVIS_BUILD_NUMBER
}, {
browserName: 'internet explorer',
platform: 'Windows 7',
version: '10',
build: process.env.TRAVIS_BUILD_NUMBER
}
],
//
Expand Down

0 comments on commit 280b9ea

Please sign in to comment.