Can I use a custom Cypress or lambdatest config file while running test?

Can I use a custom Cypress or lambdatest config file while running test?

Hey Rhian!

Yes, you can use --lcf and --ccf flags to run custom lambdatest config and Cypress config file respectively.

You can use the below syntax:

For lambdatest config file: lambdatest-cypress run --lcf=lambdatest-config1.json

For Cypress config file: lambdatest-cypress run --ccf=custom_cypress.json

Hope this helps!