Skip to content

Commit 4d60876

Browse files
committed
Update cypress test suite
1 parent 6e820a3 commit 4d60876

File tree

3 files changed

+356
-357
lines changed

3 files changed

+356
-357
lines changed

test/cypress/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
FROM cypress/included:13.9.0
1+
FROM cypress/included:13.15.1
22

33
COPY --chown=1000 ./test /test
44

test/package.json

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@
44
"description": "",
55
"main": "index.js",
66
"dependencies": {
7-
"@jc21/cypress-swagger-validation": "^0.2.6",
7+
"@jc21/cypress-swagger-validation": "^0.3.1",
88
"@jc21/restler": "^3.4.0",
99
"chalk": "^4.1.0",
10-
"cypress": "^13.9.0",
11-
"cypress-multi-reporters": "^1.6.4",
12-
"cypress-wait-until": "^3.0.1",
13-
"eslint": "^9.3.0",
10+
"cypress": "^13.15.1",
11+
"cypress-multi-reporters": "^2.0.4",
12+
"cypress-wait-until": "^3.0.2",
13+
"eslint": "^9.14.0",
1414
"eslint-plugin-align-assignments": "^1.1.2",
15-
"eslint-plugin-chai-friendly": "^0.7.4",
16-
"eslint-plugin-cypress": "^3.2.0",
15+
"eslint-plugin-chai-friendly": "^1.0.1",
16+
"eslint-plugin-cypress": "^4.1.0",
1717
"lodash": "^4.17.21",
18-
"mocha": "^10.4.0",
18+
"mocha": "^10.8.2",
1919
"mocha-junit-reporter": "^2.2.1"
2020
},
2121
"scripts": {

0 commit comments

Comments
 (0)