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 506f6b0 commit 1835a2bCopy full SHA for 1835a2b
bin/accessibility-automation/plugin/index.js
@@ -16,7 +16,7 @@ const browserstackAccessibility = (on, config) => {
16
},
17
get_test_run_uuid({ testIdentifier, retries = 15, interval = 300 } = {}) {
18
return new Promise((resolve) => {
19
- console.log(`printing env variables take 5`);
+ console.log(`printing env variables take 6`);
20
console.log(`Cypress env browserstack testhub uuid from plugin: ${config.env.BROWSERSTACK_TESTHUB_UUID}`);
21
console.log(`Cypress env http port: ${config.env.REPORTER_API}`);
22
console.log(`test env: ${config.env.TEST_ENV}`);
0 commit comments