diff options
author | Ajay Ramachandran <[email protected]> | 2021-07-30 15:04:05 -0400 |
---|---|---|
committer | Ajay Ramachandran <[email protected]> | 2021-07-30 15:04:05 -0400 |
commit | d93e9a7d8a62dfa6b6a9bc2c1f19e0401dae0e33 (patch) | |
tree | f381accbdcd02d7727fa745aef715f90dc122aec /package.json | |
parent | 2a3a04a504029be0f544d4c4523c4dd6e37ad2b1 (diff) | |
download | SponsorBlock-d93e9a7d8a62dfa6b6a9bc2c1f19e0401dae0e33.tar.gz SponsorBlock-d93e9a7d8a62dfa6b6a9bc2c1f19e0401dae0e33.zip |
Add basic selenium test
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package.json b/package.json index 49329b3f..df66bbc4 100644 --- a/package.json +++ b/package.json @@ -6,6 +6,7 @@ "dependencies": { "@types/react": "^16.9.22", "@types/react-dom": "^16.9.5", + "@types/selenium-webdriver": "^4.0.15", "babel": "^6.23.0", "babel-core": "^6.26.3", "babel-loader": "^8.0.6", @@ -21,11 +22,13 @@ "@types/jquery": "^3.3.31", "@typescript-eslint/eslint-plugin": "^4.9.1", "@typescript-eslint/parser": "^4.9.1", + "chromedriver": "^92.0.0", "copy-webpack-plugin": "^6.0.3", "eslint": "^7.15.0", "eslint-plugin-react": "^7.21.5", "jest": "^27.0.6", "rimraf": "^3.0.0", + "selenium-webdriver": "^4.0.0-beta.4", "ts-jest": "^27.0.3", "ts-loader": "^6.2.1", "typescript": "~4.3", |