Skip to content

Commit

Permalink
Getting browser testing working in GitHub Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMessinger committed Feb 10, 2020
1 parent 446b039 commit bbd127d
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 17 deletions.
7 changes: 0 additions & 7 deletions karma.conf.js
Expand Up @@ -19,12 +19,5 @@ module.exports = karmaConfig({
// Prevent Karma-Config from using the "karma-host-environment" framework,
// which would cause obvious conflicts with this project
frameworks: ["mocha"],

customLaunchers: {
// eslint-disable-next-line camelcase
Edge_SauceLabs: {
version: "18.17763"
}
}
}
});
18 changes: 9 additions & 9 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -52,7 +52,7 @@
},
"devDependencies": {
"@jsdevtools/eslint-config-modular": "^8.0.0",
"@jsdevtools/karma-config": "^3.0.1",
"@jsdevtools/karma-config": "^3.0.2",
"@jsdevtools/tslint-modular": "^2.0.1",
"@jsdevtools/version-bump-prompt": "^6.0.0",
"@types/node": "^13.7.0",
Expand Down

0 comments on commit bbd127d

Please sign in to comment.