-
Notifications
You must be signed in to change notification settings - Fork 43
Cypress Build Unification #1002
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
bin/testhub/testhubHandler.js
Outdated
} | ||
} | ||
|
||
module.exports = TestHubHandler; No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EOF
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added
bin/testhub/utils.js
Outdated
accessibility: accessibilityScanInfo[testData.name], | ||
}; | ||
} | ||
}; No newline at end of file |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
EOF
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added
exports.isAccessibilityEnabled = () => { | ||
if (process.env.BROWSERSTACK_TEST_ACCESSIBILITY !== undefined) { | ||
return process.env.BROWSERSTACK_TEST_ACCESSIBILITY === "true"; | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please add a log here for better clarity
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added
this.platformDetailsMap = {}; | ||
this.runStatusMarkedHash = {}; | ||
this.haveSentBuildUpdate = false; | ||
this.startHttpServer(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
keep it in try catch if any how it fails to start and throw error
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Added try catch block inside the function
9c8ae06
a28f8bc
Uh oh!
There was an error while loading. Please reload this page.