I am trying to run Cypress test on LambdaTest and I am getting exception “Upload limit 200MB reached”. How do I resolve this error?
This usually happen when your project file is more then 200MB, Above the support limit LambdaTest provides. To by pass this you can either break the project into 2 sub-project and then run the test separately else make sure to put not necessary large files in “ignore_files” capability.
Hope this solution was helpful and you were able to upload the files.