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 2051d58 commit b316ab8Copy full SHA for b316ab8
bin/accessibility-automation/cypress/index.js
@@ -340,10 +340,8 @@ afterEach(() => {
340
let testRunUuid = null;
341
cy.task('get_test_run_uuid', { testIdentifier: attributes.title })
342
.then((response) => {
343
- browserStackLog(`Response from get_test_run_uuid task`);
344
if (response && response.testRunUuid) {
345
testRunUuid = response.testRunUuid;
346
- browserStackLog(`Fetched testRunId: ${testRunUuid} for test: ${attributes.title}`);
347
}
348
349
const payloadToSend = {
0 commit comments