Why isn't my Cypress test running with LambdaTest HyperExecute?

I am running Cypress tests with LambdaTest HyperExecute and below is my test runner command; however, it is not executing the test. What is wrong?

npx cypress run --spec $test --browser=electron --headed --config video=false --env TEST_ENV=PROD

Hey, Ana,

hope this message finds you well. Regarding your query, kindly adjust the runner command for HyperExecute. Here’s the modified command:

npx cypress run --spec $test --browser=electron --headed --config video=false --env TEST_ENV=PROD

This should address the special character issue. If you have any more questions or need further assistance, feel free to reach out.

Hope this answer proves helpful for you.