Skip to content

Commit

Permalink
Add moz:debuggerAddress to Firefox config
Browse files Browse the repository at this point in the history
  • Loading branch information
afcapel committed Dec 5, 2022
1 parent 74ee557 commit debfe41
Show file tree
Hide file tree
Showing 3 changed files with 505 additions and 163 deletions.
3 changes: 2 additions & 1 deletion karma.conf.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,8 @@ if (process.env.CI) {
base: "SauceLabs",
browserName: "firefox",
platform: "Windows 10",
version: "latest"
version: "latest",
"moz:debuggerAddress": true
},
sl_safari_12_1: {
base: "SauceLabs",
Expand Down
3 changes: 3 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,9 @@
"rollup-plugin-terser": "^7.0.2",
"svgo": "^2.8.0"
},
"resolutions": {
"webdriverio": "^7.19.5"
},
"scripts": {
"build-css": "node-sass --functions=./assets/trix/stylesheets/functions assets/trix.scss dist/trix.css",
"build-js": "rollup -c",
Expand Down

0 comments on commit debfe41

Please sign in to comment.