Skip to content

Commit a9afb21

Browse files
Merge pull request #457 from saksharoralambdatest/AT-841
Added log of cypress cli on stage
2 parents bad096e + 5c29575 commit a9afb21

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

accessibility/plugin/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -120,7 +120,7 @@ const Accessibility = (on, config) => {
120120
return launchOptions
121121
}
122122
}
123-
cli_version = execSync("lambdatest-cypress --version");
123+
cli_version = execSync("npx lambdatest-cypress --version");
124124
cli_version = cli_version.toString().trim();
125125
} catch(err) {
126126
console.log(`Error in loading Accessibility Automation extension: ${err.message}`);

0 commit comments

Comments
 (0)