We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent da82020 commit b725153Copy full SHA for b725153
test/cypress/Dockerfile
@@ -5,4 +5,4 @@ COPY --chown=1000 ./test /test
5
WORKDIR /test
6
RUN yarn install && yarn cache clean
7
ENTRYPOINT []
8
-CMD ["cypress", "run"]
+CMD ["cypress", "run", "--config-file=/test/cypress/config/ci.js"]
0 commit comments