mirror of
https://github.com/NginxProxyManager/nginx-proxy-manager.git
synced 2025-06-18 10:06:26 +00:00
Remove cypress color output
This commit is contained in:
@ -2,6 +2,10 @@ FROM cypress/included:12.13.0
|
||||
|
||||
COPY --chown=1000 ./test /test
|
||||
|
||||
# Disable Cypress CLI colors
|
||||
ENV FORCE_COLOR=0
|
||||
ENV NO_COLOR=1
|
||||
|
||||
WORKDIR /test
|
||||
RUN yarn install && yarn cache clean
|
||||
ENTRYPOINT []
|
||||
|
@ -14,7 +14,6 @@ module.exports = defineConfig({
|
||||
RETRIES: 4
|
||||
},
|
||||
e2e: {
|
||||
// baseUrl: '{{baseUrl}}',
|
||||
setupNodeEvents(on, config) {
|
||||
return require('../plugins/index.js')(on, config);
|
||||
},
|
||||
|
Reference in New Issue
Block a user