I have multiple cypress file, how how do I tell LambdaTest which file I want to use for my tests?

If I have multiple Cypress config files in my project, how do I tell LambdaTest which file I want to use for my tests?

Hey Yanisleidi,

To specify a particular Cypress config file, use the following command:

lambdatest-cypress run --cy="--config-file <file path>

This allows you to customize and designate a specific configuration file for your Cypress tests, providing flexibility in managing your test settings.