File tree Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Expand file tree Collapse file tree 3 files changed +16
-16
lines changed Original file line number Diff line number Diff line change 1- FROM node:18 as base
1+ FROM node:18 AS base
22
33WORKDIR /code
44
55COPY package.json package.json
66
7- FROM base as test
8- RUN npm install
7+ FROM base AS test
8+ RUN npm install --verbose
99
1010ENTRYPOINT [ "npm" ]
1111CMD [ "" ]
Original file line number Diff line number Diff line change 22
33# selenium/standalone-chromium is multi-arch
44# https://hub.docker.com/r/selenium/standalone-chromium/tags
5- SELENIUM_DOCKER_IMAGE=${SELENIUM_DOCKER_IMAGE:- selenium/ standalone-chromium: 133 .0}
5+ SELENIUM_DOCKER_IMAGE=${SELENIUM_DOCKER_IMAGE:- selenium/ standalone-chromium: 141 .0}
66
77start_selenium () {
88 begin " Starting selenium ..."
Original file line number Diff line number Diff line change 1212 "author" : " " ,
1313 "license" : " ISC" ,
1414 "dependencies" : {
15- "chromedriver" : " ^139 .0" ,
16- "ejs" : " ^3.1.8 " ,
17- "express" : " ^4.18.2 " ,
18- "geckodriver" : " ^3 .0.2" ,
15+ "chromedriver" : " ^141 .0" ,
16+ "ejs" : " ^3.1.10 " ,
17+ "express" : " ^5.1.0 " ,
18+ "geckodriver" : " ^6 .0.2" ,
1919 "http-proxy" : " ^1.18.1" ,
20- "mqtt" : " ^5.3.3 " ,
20+ "mqtt" : " ^5.14.1 " ,
2121 "path" : " ^0.12.7" ,
22- "proxy" : " ^1.0.2 " ,
23- "rhea" : " ^3.0.3 " ,
24- "selenium-webdriver" : " ^4.26 .0" ,
22+ "proxy" : " ^2.2.0 " ,
23+ "rhea" : " ^3.0.4 " ,
24+ "selenium-webdriver" : " ^4.37 .0" ,
2525 "xmlhttprequest" : " ^1.8.0" ,
26- "amqplib" : " 0.8.0 "
26+ "amqplib" : " 0.10.9 "
2727 },
2828 "devDependencies" : {
29- "chai" : " ^4.3.6 " ,
30- "mocha" : " ^10.4.0 " ,
29+ "chai" : " ^6.2.0 " ,
30+ "mocha" : " ^11.7.4 " ,
3131 "request" : " ^2.88.2" ,
32- "standard" : " ^17.0.0 "
32+ "standard" : " ^17.1.2 "
3333 }
3434}
You can’t perform that action at this time.
0 commit comments