How can I run n number of parallel in Cypress via terminal?

Can I run n number of parallel in Cypress via terminal?

Hi Miro,

You can use this -p or --parallels to specify the number of parallel sessions at the run time.

Syntax: lambdatest-cypress run -p=2