103103 mvn install -DskipTests >> " $NOW_RUN_LOG_FILE " 2>&1 || return 1
104104 log_success " Dependencies installed"
105105
106- print_env_vars
106+ print_env_vars " $test_type " " $tech_stack "
107107
108108
109109 print_tests_running_log_section " mvn test -P sample-test"
163163 fi
164164 log_success " Dependencies installed"
165165
166- print_env_vars
166+ print_env_vars " $test_type " " $tech_stack "
167167
168168 log_msg_to " 🚀 Running 'mvn test -P sample-test'. This could take a few minutes. Follow the Automaton build here: https://automation.browserstack.com/"
169169 print_tests_running_log_section " mvn test -P sample-test"
217217
218218 report_bstack_local_status " $local_flag "
219219
220- print_env_vars
220+ print_env_vars " $test_type " " $tech_stack "
221221
222222 print_tests_running_log_section " browserstack-sdk pytest -s tests/*.py"
223223 log_msg_to " 🚀 Running 'browserstack-sdk pytest -s tests/*.py'. This could take a few minutes. Follow the Automaton build here: https://automation.browserstack.com/"
271271 export BROWSERSTACK_BUILD_NAME=" now-$NOW_OS -app-python-pytest"
272272 export BROWSERSTACK_PROJECT_NAME=" now-$NOW_OS -app"
273273
274- print_env_vars
274+ print_env_vars " $test_type " " $tech_stack "
275275
276276 print_tests_running_log_section " cd $run_dir && browserstack-sdk pytest -s bstack-sample.py"
277277 # Run pytest with BrowserStack SDK from the chosen platform directory
@@ -311,7 +311,8 @@ setup_web_nodejs() {
311311 export BSTACK_PARALLELS=$parallels
312312
313313 if is_domain_private; then
314- local_flag=true
314+ log_msg_to " Entered in Is domain private condition"
315+ local_flag=" true"
315316 fi
316317
317318 export BROWSERSTACK_LOCAL_CUSTOM=$local_flag
@@ -320,7 +321,7 @@ setup_web_nodejs() {
320321
321322 report_bstack_local_status " $local_flag "
322323
323- print_env_vars
324+ print_env_vars " $test_type " " $tech_stack "
324325
325326 # === 8️⃣ Run Tests ===
326327 log_msg_to " 🚀 Running 'npm run test'. This could take a few minutes. Follow the Automaton build here: https://automation.browserstack.com/"
@@ -368,7 +369,7 @@ setup_app_nodejs() {
368369 export BROWSERSTACK_BUILD_NAME=" now-$NOW_OS -app-nodejs-wdio"
369370 export BROWSERSTACK_PROJECT_NAME=" now-$NOW_OS -app"
370371
371- print_env_vars
372+ print_env_vars " $test_type " " $tech_stack "
372373
373374 # === 8️⃣ Run Tests ===
374375 log_msg_to " 🚀 Running 'npm run test'. This could take a few minutes. Follow the Automaton build here: https://automation.browserstack.com/"
0 commit comments