Skip to content

Commit

Permalink
Merge branch 'master' into add-16.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
admah authored Sep 1, 2022
2 parents 61bc10c + d0be07b commit 1368579
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 41 deletions.
10 changes: 1 addition & 9 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ commands:
echo "Testing using Electron browser"
docker run -it -v $PWD:/e2e -w /e2e << parameters.imageName >> sh -c "./node_modules/.bin/cypress install && ./node_modules/.bin/cypress run"
if [[ "$(node -p process.arch)" == 'arm64' ]]; then
echo "Chrome does not support arm64 yet, skipping"
exit 0
fi
echo "Testing using Chrome browser"
docker run -it -v $PWD:/e2e -w /e2e << parameters.imageName >> sh -c "./node_modules/.bin/cypress install && ./node_modules/.bin/cypress run --browser chrome"
test-browser-image:
description: Build a test image from browser image and test it
parameters:
Expand Down Expand Up @@ -456,4 +448,4 @@ workflows:
context: test-runner:docker-push
requires:
- "build+test base 16.17.0 arm64"
- "build+test base 16.17.0 x64"
- "build+test base 16.17.0 x64"
Original file line number Diff line number Diff line change
Expand Up @@ -64,14 +64,6 @@ commands:
echo \\"Testing using Electron browser\\"
docker run -it -v $PWD:/e2e -w /e2e << parameters.imageName >> sh -c \\"./node_modules/.bin/cypress install && ./node_modules/.bin/cypress run\\"
if [[ \\"$(node -p process.arch)\\" == 'arm64' ]]; then
echo \\"Chrome does not support arm64 yet, skipping\\"
exit 0
fi
echo \\"Testing using Chrome browser\\"
docker run -it -v $PWD:/e2e -w /e2e << parameters.imageName >> sh -c \\"./node_modules/.bin/cypress install && ./node_modules/.bin/cypress run --browser chrome\\"
test-browser-image:
description: Build a test image from browser image and test it
parameters:
Expand Down Expand Up @@ -526,14 +518,6 @@ commands:
echo \\"Testing using Electron browser\\"
docker run -it -v $PWD:/e2e -w /e2e << parameters.imageName >> sh -c \\"./node_modules/.bin/cypress install && ./node_modules/.bin/cypress run\\"
if [[ \\"$(node -p process.arch)\\" == 'arm64' ]]; then
echo \\"Chrome does not support arm64 yet, skipping\\"
exit 0
fi
echo \\"Testing using Chrome browser\\"
docker run -it -v $PWD:/e2e -w /e2e << parameters.imageName >> sh -c \\"./node_modules/.bin/cypress install && ./node_modules/.bin/cypress run --browser chrome\\"
test-browser-image:
description: Build a test image from browser image and test it
parameters:
Expand Down Expand Up @@ -992,14 +976,6 @@ commands:
echo \\"Testing using Electron browser\\"
docker run -it -v $PWD:/e2e -w /e2e << parameters.imageName >> sh -c \\"./node_modules/.bin/cypress install && ./node_modules/.bin/cypress run\\"
if [[ \\"$(node -p process.arch)\\" == 'arm64' ]]; then
echo \\"Chrome does not support arm64 yet, skipping\\"
exit 0
fi
echo \\"Testing using Chrome browser\\"
docker run -it -v $PWD:/e2e -w /e2e << parameters.imageName >> sh -c \\"./node_modules/.bin/cypress install && ./node_modules/.bin/cypress run --browser chrome\\"
test-browser-image:
description: Build a test image from browser image and test it
parameters:
Expand Down
8 changes: 0 additions & 8 deletions scripts/includes/circle-header.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,14 +61,6 @@ commands:
echo "Testing using Electron browser"
docker run -it -v $PWD:/e2e -w /e2e << parameters.imageName >> sh -c "./node_modules/.bin/cypress install && ./node_modules/.bin/cypress run"
if [[ "$(node -p process.arch)" == 'arm64' ]]; then
echo "Chrome does not support arm64 yet, skipping"
exit 0
fi
echo "Testing using Chrome browser"
docker run -it -v $PWD:/e2e -w /e2e << parameters.imageName >> sh -c "./node_modules/.bin/cypress install && ./node_modules/.bin/cypress run --browser chrome"
test-browser-image:
description: Build a test image from browser image and test it
parameters:
Expand Down

0 comments on commit 1368579

Please sign in to comment.