Could not load reporter by name: cypress-multi-reporters
--
|
| We searched for the reporter in these paths:
|
| - /tribe-brand-cypress/cypress-multi-reporters
| - /tribe-brand-cypress/node_modules/cypress-multi-reporters
|
| The error we received was:
|
| Cannot find module '/tribe-brand-cypress/node_modules/cypress-multi-reporters'
Information about the Issue
I'm trying to setup our automation CI/CD pipeline (Buildkite) to generate reports and integrate it to slack (cypress-slack-reporters).
Expected behavior
cypress-multi-reporters can be found
Actual behavior
Information about the Issue
I'm trying to setup our automation CI/CD pipeline (Buildkite) to generate reports and integrate it to slack (cypress-slack-reporters).
Here's the cypress.json setup:
Here's package.json with the currently installed modules
Steps to reproduce the behavior
The dockerfile used in the automation CI/CD pipeline also includes the installation of the packages needed for the report:
Based on the logs, cypress-multi-reporters is installed successfully so I'm not sure where my config went wrong
The issue cannot be reproduced when ran locally.