-
Notifications
You must be signed in to change notification settings - Fork 9
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Sanyi
committed
Jul 23, 2024
1 parent
98efee2
commit 9809de6
Showing
5 changed files
with
4 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,13 @@ | ||
FROM registry.itg.cloud/itg-commerce/emarsys-magento2-extension-test/cypress:13.6.4 | ||
ARG NPM_TOKEN | ||
ENV NPM_TOKEN=${NPM_TOKEN} | ||
# ENV NODE_OPTIONS="--max-old-space-size=16384" | ||
|
||
COPY testv2 /test | ||
|
||
WORKDIR /test | ||
RUN npm i && \ | ||
node --max-old-space-size=16384 && \ | ||
./node_modules/.bin/cypress install && \ | ||
./node_modules/.bin/cypress verify | ||
RUN npm i | ||
RUN ./node_modules/.bin/cypress install | ||
RUN ./node_modules/.bin/cypress verify | ||
|
||
|
||
#CMD /usr/local/bin/shell.sh ; sleep infinity |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters