I am running Cypress test on LambdaTest and passing a custom reporter file like

I am running Cypress test on LambdaTest and passing a custom reporter file like “reporter_config_file”: “config.json” but I am getting error


 "ENOENT: no such file or directory, open 'E:\lambda-node-remote-client\c541e9b5-7dd4-4a9c-bef2-28f79a21a16c\project\base_reporter_config.json"

What could be the reason?

Hi Helen,

The “reporter_config_file” object doesn’t support custom file names. Kindly pass the value as base_reporter_config.json and run the test. It will resolve the issue.