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)"
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 “;” .