Can I specify the spec file(test file) at the runtime while running the Cypress test on LambdaTest?

Can I specify the spec file(test file) at the runtime while running the Cypress test on LambdaTest?

Hey Tim,

Yes, you can use the -s or --specs flag with the lambdatest-cypress run command.

Syntax: lambdatest-cypress run -s=./cypress/integration/test/abc.spec.js