Skip to content

Commit 2051d58

Browse files
committed
removed logs
1 parent 2bcd057 commit 2051d58

File tree

3 files changed

+0
-17
lines changed

3 files changed

+0
-17
lines changed

bin/accessibility-automation/cypress/index.js

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -337,13 +337,6 @@ afterEach(() => {
337337
filePath = (attributes.prevAttempts[0].invocationDetails && attributes.prevAttempts[0].invocationDetails.relativeFile) || '';
338338
}
339339

340-
browserStackLog(`Printing attributes ${attributes.title}`);
341-
browserStackLog(`Saving accessibility test results`);
342-
browserStackLog(`Cypress env browserstack testhub uuid: ${Cypress.env("BROWSERSTACK_TESTHUB_UUID")}`);
343-
browserStackLog(`Cypress env browserstack testhub jwt: ${Cypress.env("BROWSERSTACK_TESTHUB_JWT")}`);
344-
browserStackLog(`Cypress env http port: ${Cypress.env("BROWSERSTACK_TESTHUB_API_PORT")}`);
345-
browserStackLog(`reporter api: ${Cypress.env("REPORTER_API_PORT_NO")}`);
346-
347340
let testRunUuid = null;
348341
cy.task('get_test_run_uuid', { testIdentifier: attributes.title })
349342
.then((response) => {

bin/accessibility-automation/plugin/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -17,11 +17,6 @@ const browserstackAccessibility = (on, config) => {
1717
},
1818
get_test_run_uuid({ testIdentifier, retries = 15, interval = 300 } = {}) {
1919
return new Promise((resolve) => {
20-
console.log(`printing env variables take 7`);
21-
console.log(`Cypress env browserstack testhub uuid from plugin: ${config.env.BROWSERSTACK_TESTHUB_UUID}`);
22-
console.log(`Cypress env http port: ${config.env.REPORTER_API_PORT_NO}`);
23-
console.log(`reporter api from process: ${process.env.REPORTER_API_PORT_NO}`);
24-
console.log(`Fetching testRunUuid for testIdentifier: ${testIdentifier}`);
2520
if(!testIdentifier) return resolve(null);
2621
const port = process.env.REPORTER_API_PORT_NO;
2722
let attempt = 0;

bin/testObservability/reporter/index.js

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -393,11 +393,6 @@ class MyReporter {
393393
};
394394

395395
debugOnConsole(`${eventType} for uuid: ${testData.uuid}`);
396-
console.log("inside sendTestRunEvent")
397-
console.log(`testrunUuid: ${testData.uuid}`);
398-
console.log(`testIdentifier: ${testData.identifier}`);
399-
console.log(`testTitle: ${test.title}`);
400-
console.log(`eventType: ${eventType}`);
401396

402397
this.mapTestId(testData, eventType);
403398

0 commit comments

Comments
 (0)