From 5e941a01f1ea9a2a377f408eec349177c5d1bb27 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tobias=20Sch=C3=B6neberg?= Date: Fri, 15 Mar 2019 15:59:43 +0100 Subject: [PATCH] e2e-7 - Move existing cypress tests into metasfresh-e2e repo * minor cleanups https://github.com/metasfresh/metasfresh-e2e/issues/7 --- Dockerfile | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Dockerfile b/Dockerfile index 84e2fb34..da45829a 100644 --- a/Dockerfile +++ b/Dockerfile @@ -24,8 +24,6 @@ RUN npm install --save-dev cypress@3.1.5 COPY reporter-config.json . -# note: if we had a recent git version in here, we could follow https://stackoverflow.com/a/3489576 to check out the revision we need -#COPY cypress-git-repo /e2e COPY cypress.json . COPY src ./src COPY cypress ./cypress @@ -47,7 +45,7 @@ COPY webpack.config.js . # -------------- RUN npm install -# TODO: we have this mochas stuff in the package.json; re move here or remove there +# TODO: we have this mocha stuff in the package.json; remove here or remove there # thx to https://docs.cypress.io/guides/tooling/reporters.html#Multiple-Reporters # mocha 6.0.0 and 6.0.1 don't work, thx to https://github.com/cypress-io/cypress/issues/3537 #RUN npm install --save-dev mocha@5.2.0 mocha-multi-reporters@1.1.7 mocha-junit-reporter@1.18.0