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

Commit

Permalink
chore: stop testing in sauce
Browse files Browse the repository at this point in the history
  • Loading branch information
kt3k committed Jul 22, 2020
1 parent c9936d7 commit 0fbe2b9
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 46 deletions.
14 changes: 0 additions & 14 deletions karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,18 +17,4 @@ const options = {
]
}

if (process.env.CI) {
// Sauce Labs settings
const customLaunchers = require('./karma.custom-launchers.js')
options.plugins.push('karma-sauce-launcher')
options.customLaunchers = customLaunchers
options.browsers = Object.keys(options.customLaunchers)
options.reporters.push('saucelabs')
options.sauceLabs = {
testName: 'kocha-ci',
startConnect: false,
tunnelIdentifier: process.env.TRAVIS_JOB_NUMBER
}
}

module.exports = config => config.set(options)
32 changes: 0 additions & 32 deletions karma.custom-launchers.js

This file was deleted.

0 comments on commit 0fbe2b9

Please sign in to comment.