File tree Expand file tree Collapse file tree 2 files changed +9
-4
lines changed
deps/rabbitmq_management/selenium Expand file tree Collapse file tree 2 files changed +9
-4
lines changed Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22
3- SELENIUM_DOCKER_IMAGE=selenium/standalone-chrome:103.0
3+ arch=$( uname -i)
4+ if [[ $arch == arm* ]]; then
5+ SELENIUM_DOCKER_IMAGE=selenium/standalone-chrome:123.0
6+ else
7+ SELENIUM_DOCKER_IMAGE=seleniarm/standalone-chromium:123.0
8+ fi
49
510start_selenium () {
611 begin " Starting selenium ..."
Original file line number Diff line number Diff line change 1414 "author" : " " ,
1515 "license" : " ISC" ,
1616 "dependencies" : {
17- "chromedriver" : " ^121 .0.0" ,
17+ "chromedriver" : " ^123 .0.0" ,
1818 "ejs" : " ^3.1.8" ,
1919 "express" : " ^4.18.2" ,
2020 "geckodriver" : " ^3.0.2" ,
2121 "http-proxy" : " ^1.18.1" ,
2222 "mqtt" : " ^5.3.3" ,
2323 "path" : " ^0.12.7" ,
2424 "proxy" : " ^1.0.2" ,
25- "selenium-webdriver" : " ^4.15 .0" ,
25+ "selenium-webdriver" : " ^4.19 .0" ,
2626 "xmlhttprequest" : " ^1.8.0"
2727 },
2828 "devDependencies" : {
2929 "chai" : " ^4.3.6" ,
30- "mocha" : " ^10.0 .0" ,
30+ "mocha" : " ^10.4 .0" ,
3131 "request" : " ^2.88.2" ,
3232 "standard" : " ^17.0.0"
3333 }
You can’t perform that action at this time.
0 commit comments