Skip to content
This repository has been archived by the owner on Mar 31, 2021. It is now read-only.

Commit

Permalink
e2e-7 - Move existing cypress tests into metasfresh-e2e repo
Browse files Browse the repository at this point in the history
* minor cleanups
#7
  • Loading branch information
metas-ts committed Mar 15, 2019
1 parent 308a6d8 commit 5e941a0
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -24,8 +24,6 @@ RUN npm install --save-dev [email protected]

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
Expand All @@ -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 [email protected] [email protected] [email protected]
Expand Down

0 comments on commit 5e941a0

Please sign in to comment.