I am running Cypress tests but getting 200 MB file size exceed error. What could be the issue?
Hi Anna!
This error is thrown when your project includes files of size more than 200MB which exceeds the size we support.
You can simply pass the not required file (like videos etc) in the ignore_files object in the lambdatest-config.json file and it will resolve the issue.