SKIP UPDATE CHECK Resolve "Bug: fix typo in mac command for cypress testing"
Compare changes
Files
2+ 3
− 2
@@ -37,7 +37,7 @@ Due to the differences in CPU architectures, the existing Cypress container cann
@@ -58,7 +58,8 @@ With the above requirements met you can now clone the [Gluon repository](https:/
docker run -it --entrypoint /bin/bash --rm --mount type=bind,source=$REPO_PATH/{ReplaceWithPackageBeingTested}/$CYPRESS_SLUG=/test/cypress/e2e --mount type=bind,source=$REPO_PATH/gluon/common,target=/test/cypress/common --mount type=bind,source=$VIDEO_PATH,target=/test/cypress/videos --name cypress cypress:local
docker run -it --entrypoint /bin/bash --rm --mount type=bind,source=$REPO_PATH/{ReplaceWithPackageBeingTested}/$CYPRESS_SLUG,target=/test/cypress/e2e --mount type=bind,source=$REPO_PATH/gluon/common,target=/test/cypress/common --mount type=bind,source=$VIDEO_PATH,target=/test/cypress/videos --name cypress cypress:local