Skip to content

Commit

Permalink
added FF to BS
Browse files Browse the repository at this point in the history
  • Loading branch information
ZeeCoder committed Oct 31, 2020
1 parent 133abc5 commit c30a16a
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ module.exports = function (karmaConfig) {
accessKey: BS_ACCESS_KEY,
project: "use-resize-observer",
},
browsers: ["bs_chrome", "bs_safari"],
browsers: ["bs_chrome", "bs_firefox", "bs_safari"],
// @see https://www.browserstack.com/automate/capabilities
customLaunchers: {
bs_chrome: {
Expand All @@ -86,6 +86,13 @@ module.exports = function (karmaConfig) {
browser: "Chrome",
browser_version: "latest",
},
bs_firefox: {
base: "BrowserStack",
os: "Windows",
os_version: "10",
browser: "Firefox",
browser_version: "latest",
},
bs_safari: {
base: "BrowserStack",
os: "OS X",
Expand Down

0 comments on commit c30a16a

Please sign in to comment.