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.
1 parent a819dab commit 9448d3bCopy full SHA for 9448d3b
bin/testObservability/helper/helper.js
@@ -475,7 +475,6 @@ const getBuildDetails = (bsConfig) => {
475
const setBrowserstackCypressCliDependency = (bsConfig) => {
476
const runSettings = bsConfig.run_settings;
477
if (runSettings.npm_dependencies !== undefined &&
478
- Object.keys(runSettings.npm_dependencies).length !== 0 &&
479
typeof runSettings.npm_dependencies === 'object') {
480
if (!("browserstack-cypress-cli" in runSettings.npm_dependencies)) {
481
logger.warn("Missing browserstack-cypress-cli not found in npm_dependencies");
0 commit comments