Skip to content

Commit ed609f0

Browse files
committed
Remove cypress color output
1 parent b437119 commit ed609f0

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

test/cypress/Dockerfile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,10 @@ FROM cypress/included:12.13.0
22

33
COPY --chown=1000 ./test /test
44

5+
# Disable Cypress CLI colors
6+
ENV FORCE_COLOR=0
7+
ENV NO_COLOR=1
8+
59
WORKDIR /test
610
RUN yarn install && yarn cache clean
711
ENTRYPOINT []

test/cypress/config/ci.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ module.exports = defineConfig({
1414
RETRIES: 4
1515
},
1616
e2e: {
17-
// baseUrl: '{{baseUrl}}',
1817
setupNodeEvents(on, config) {
1918
return require('../plugins/index.js')(on, config);
2019
},

0 commit comments

Comments
 (0)