From a1cebb889c5889f3e3e669692df75a3d8139afa6 Mon Sep 17 00:00:00 2001 From: Jamie Curnow Date: Thu, 20 Feb 2020 12:58:47 +1000 Subject: [PATCH] Use cypress 4.0.2 --- test/cypress/Dockerfile | 2 +- test/package.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/cypress/Dockerfile b/test/cypress/Dockerfile index 2e9d1203..6447a163 100644 --- a/test/cypress/Dockerfile +++ b/test/cypress/Dockerfile @@ -1,4 +1,4 @@ -FROM cypress/included:3.8.3 +FROM cypress/included:4.0.2 COPY --chown=1000 ./test /test diff --git a/test/package.json b/test/package.json index d7115f1a..3636fb96 100644 --- a/test/package.json +++ b/test/package.json @@ -7,7 +7,7 @@ "@jc21/cypress-swagger-validation": "^0.0.5", "@jc21/restler": "^3.4.0", "chalk": "^3.0.0", - "cypress": "^3.8.3", + "cypress": "^4.0.2", "cypress-plugin-retries": "^1.5.2", "eslint": "^6.7.2", "eslint-plugin-align-assignments": "^1.1.2",