How can i exclude certain spec files within my test folder while running Cypress tests on LambdaTest?

I want to exclude certain spec files within my test folder while running Cypress tests on LambdaTest. Is there a way to do that?

Hey Alex,

Yes, you can specify excluded specs using the following format:

"exclude_specs": "./examples/assertion.spec.js, ./examples/connectors.spec.js"

This allows you to ignore specific test specifications during test execution.

I hope this helped; feel free to reach out if you have any doubts or need more clarification on related topics. We are here to help you :slight_smile: