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 d417210 + ca88a8d commit c5e500aCopy full SHA for c5e500a
bin/testObservability/helper/helper.js
@@ -479,7 +479,6 @@ const getBuildDetails = (bsConfig) => {
479
const setBrowserstackCypressCliDependency = (bsConfig) => {
480
const runSettings = bsConfig.run_settings;
481
if (runSettings.npm_dependencies !== undefined &&
482
- Object.keys(runSettings.npm_dependencies).length !== 0 &&
483
typeof runSettings.npm_dependencies === 'object') {
484
if (!("browserstack-cypress-cli" in runSettings.npm_dependencies)) {
485
logger.warn("Missing browserstack-cypress-cli not found in npm_dependencies");
0 commit comments