We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bad096e + 5c29575 commit a9afb21Copy full SHA for a9afb21
accessibility/plugin/index.js
@@ -120,7 +120,7 @@ const Accessibility = (on, config) => {
120
return launchOptions
121
}
122
123
- cli_version = execSync("lambdatest-cypress --version");
+ cli_version = execSync("npx lambdatest-cypress --version");
124
cli_version = cli_version.toString().trim();
125
} catch(err) {
126
console.log(`Error in loading Accessibility Automation extension: ${err.message}`);
0 commit comments