Skip to content

Commit

Permalink
[server] Remove chromedriver dependency
Browse files Browse the repository at this point in the history
Remove `chromedriver` dependency from the npm package.json file because we
are running GUI related test cases only with firefox, so it is not used anymore.
  • Loading branch information
csordasmarton committed Jan 17, 2022
1 parent a0d262b commit adc7a98
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 223 deletions.
222 changes: 0 additions & 222 deletions web/server/vue-cli/package-lock.json

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

1 change: 0 additions & 1 deletion web/server/vue-cli/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,6 @@
"babel-eslint": "^10.1.0",
"babel-jest": "^26.6.3",
"babel-loader": "^8.2.2",
"chromedriver": "^89.0.0",
"copy-webpack-plugin": "^6.0.3",
"core-js": "^3.10.1",
"css-loader": "^3.6.0",
Expand Down

0 comments on commit adc7a98

Please sign in to comment.