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 e752405 commit c512117Copy full SHA for c512117
bin/testhub/utils.js
@@ -69,7 +69,7 @@ exports.setTestObservabilityVariables = (
69
return [null, null, null];
70
}
71
72
- if (testObservabilityHelper.isBrowserstackInfra()) {
+ if (responseData.observability && responseData.observability.success) {
73
process.env.BS_TESTOPS_BUILD_COMPLETED = true;
74
testObservabilityHelper.setEnvironmentVariablesForRemoteReporter(
75
responseData.jwt,
0 commit comments