Getting an error while passing the given command in my Cypress project

Getting an error while passing the below command in terminal -

lambdatest-cypress run --cy="--env grepTags=@smoke --config baseUrl=https://prod-blue.app.clippd.com" --bi="$(date)"

Hi Rhian!

You can fix the error by passing these commands in the below format -

lambdatest-cypress run --cy="--env grepTags=@smoke;--config baseUrl=https://prod-blue.app.clippd.com" --bi="$(date)"

Note: All options in --cy should be separated by “;” .