You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The cypress parallel plugin in good but is possible for user to override the cypress multi reports and use their own reporter and configFile ?
i tried but i just override the below
`I have followed all the script command in doc to override and use my own 'reporter' but it is still using the 'cypress-multi-reporter' and the configFile.
The cypress parallel plugin in good but is possible for user to override the cypress multi reports and use their own reporter and configFile ?
i tried but i just override the below
`I have followed all the script command in doc to override and use my own 'reporter' but it is still using the 'cypress-multi-reporter' and the configFile.
`> cypress run --headless --browser chrome --reporter json --reporter-options output=.run/reports/json/cucumber-report.json --spec cypress/features/e2eTests/login.feature,cypress/features/e2eTests/report.feature --reporter cypress-multi-reporters --reporter-options configFile=/Users/patricko/Documents/cypress-ts-project/multi-reporter-config.json``
I have this in my config file
` videosFolder: '.run/reports/video',
downloadsFolder: '.run/reports/downloads',
screenshotsFolder: '.run/reports/screenshot',
The text was updated successfully, but these errors were encountered: