Upgraded cypress

This commit is contained in:
Jamie Curnow
2021-06-14 19:55:41 +10:00
parent 6205434140
commit 9ad594aa91
3 changed files with 24 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
FROM cypress/included:5.6.0 FROM cypress/included:7.5.0
COPY --chown=1000 ./test /test COPY --chown=1000 ./test /test

View File

@@ -6,16 +6,16 @@
"dependencies": { "dependencies": {
"@jc21/cypress-swagger-validation": "^0.1.0", "@jc21/cypress-swagger-validation": "^0.1.0",
"@jc21/restler": "^3.4.0", "@jc21/restler": "^3.4.0",
"chalk": "^4.1.0", "chalk": "^4.1.1",
"cypress": "^5.6.0", "cypress": "^7.5.0",
"cypress-multi-reporters": "^1.4.0", "cypress-multi-reporters": "^1.5.0",
"cypress-plugin-retries": "^1.5.2", "cypress-plugin-retries": "^1.5.2",
"eslint": "^7.6.0", "eslint": "^7.28.0",
"eslint-plugin-align-assignments": "^1.1.2", "eslint-plugin-align-assignments": "^1.1.2",
"eslint-plugin-chai-friendly": "^0.6.0", "eslint-plugin-chai-friendly": "^0.7.1",
"eslint-plugin-cypress": "^2.11.1", "eslint-plugin-cypress": "^2.11.3",
"lodash": "^4.17.19", "lodash": "^4.17.21",
"mocha": "^8.1.1", "mocha": "^9.0.0",
"mocha-junit-reporter": "^2.0.0" "mocha-junit-reporter": "^2.0.0"
}, },
"scripts": { "scripts": {

View File

@@ -408,6 +408,14 @@ chalk@^2.0.0, chalk@^2.4.1, chalk@^2.4.2:
escape-string-regexp "^1.0.5" escape-string-regexp "^1.0.5"
supports-color "^5.3.0" supports-color "^5.3.0"
chalk@^3.0.0:
version "3.0.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-3.0.0.tgz#3f73c2bf526591f574cc492c51e2456349f844e4"
integrity sha512-4D3B6Wf41KOYRFdszmDqMCGq5VV/uMAB273JILmO+3jAlh8X4qDtdtgCR3fxtbLEMzSx22QdhnDcJvu2u1fVwg==
dependencies:
ansi-styles "^4.1.0"
supports-color "^7.1.0"
chalk@^4.0.0: chalk@^4.0.0:
version "4.0.0" version "4.0.0"
resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72" resolved "https://registry.yarnpkg.com/chalk/-/chalk-4.0.0.tgz#6e98081ed2d17faab615eb52ac66ec1fe6209e72"
@@ -593,6 +601,13 @@ cypress-multi-reporters@^1.4.0:
debug "^4.1.1" debug "^4.1.1"
lodash "^4.17.15" lodash "^4.17.15"
cypress-plugin-retries@^1.5.2:
version "1.5.2"
resolved "https://registry.yarnpkg.com/cypress-plugin-retries/-/cypress-plugin-retries-1.5.2.tgz#21d5247cd77013b95bbfdd914f2de66f91f76a2e"
integrity sha512-o1xVIGtv4WvNVxoVJ2X08eAuvditPHrePRzHqhwwHbMKu3C2rtxCdanRCZdO5fjh8ww+q4v4V0e9GmysbOvu3A==
dependencies:
chalk "^3.0.0"
cypress@^5.6.0: cypress@^5.6.0:
version "5.6.0" version "5.6.0"
resolved "https://registry.yarnpkg.com/cypress/-/cypress-5.6.0.tgz#6781755c3ddfd644ce3179fcd7389176c0c82280" resolved "https://registry.yarnpkg.com/cypress/-/cypress-5.6.0.tgz#6781755c3ddfd644ce3179fcd7389176c0c82280"