Skip to content

Commit 56dcd0b

Browse files
Merge pull request #86 from Chia-Network/20240304-latest-chromedriver
Add a specific update to chromedriver
2 parents ff2cb5a + f0279e4 commit 56dcd0b

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

test/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "chialisp-lsp-test",
33
"dependencies": {
4-
"chromedriver": "121.0.0",
4+
"chromedriver": "^122.0.4",
55
"jasmine": "^4.5.0",
66
"jest": "^29.7.0",
77
"mocha": "^10.1.0",

test/test.sh

+4
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ rm -rf chialisp.json
66
rm -rf ./test/*.vsix
77
cp -r chialisp-*.vsix ./test
88
cd test
9+
# Automatically bump chromedriver to keep the downloads
10+
# synced. After a few months, old chromedriver binaries
11+
# cease being available.
12+
npm install --save chromedriver@latest
913
npm install
1014
sh ./run-server.sh &
1115

0 commit comments

Comments
 (0)