Skip to content

Commit 336a945

Browse files
authored
Merge pull request #423 from LambdaTest/dev
Release 16 june
2 parents 4d81a44 + 8dcb60f commit 336a945

File tree

4 files changed

+5
-4
lines changed

4 files changed

+5
-4
lines changed

accessibility/plugin/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ const Accessibility = (on, config) => {
5454
const accessibility_ext_path = process.env.ACCESSIBILITY_EXTENSION_PATH
5555

5656
launchOptions.args.push(`--load-extension=` + accessibility_ext_path)
57+
launchOptions.args.push('--disable-features=DisableLoadExtensionCommandLineSwitch')
5758
return launchOptions
5859
}
5960
}

converter/converter.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ function convertConfig(lt_config, outputFilePath) {
168168
he_yaml.pre.push("npm install cypress@" + obj.run_settings.cypress_version+" --legacy-peer-deps");
169169
}
170170

171-
if (obj.run_settings.npm_dependencies.length == 0 && !obj.run_settings.cypress_version) {
171+
if (!obj.run_settings.npm_dependencies ||( obj.run_settings.npm_dependencies.length == 0 && !obj.run_settings.cypress_version)) {
172172
he_yaml.pre.push("npm install --legacy-peer-deps");
173173
}
174174

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "lambdatest-cypress-cli",
3-
"version": "3.0.37",
3+
"version": "3.0.38",
44
"description": "The lambdatest-cypress-cli is LambdaTest's command-line interface (CLI) aimed to help you run your Cypress tests on LambdaTest platform.",
55
"homepage": "https://github.com/LambdaTest/lambdatest-cypress-cli",
66
"author": "LambdaTest <[email protected]>",

0 commit comments

Comments
 (0)