File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -20,7 +20,7 @@ function Setup-Environment {
2020 [string ]$TechStack
2121 )
2222
23- Log- Section " 📦 Project Setup"
23+ Log- Section " Project Setup"
2424
2525 $maxParallels = 0
2626 if ($SetupType -eq " web" ) {
@@ -72,7 +72,7 @@ function Setup-Environment {
7272 if ($status -and $result ) {
7373 Log- Success " ${SetupType} setup succeeded."
7474 } else {
75- Log- Error " ❌ ${SetupType} setup failed. Check logs for details."
75+ Log- Error " ${SetupType} setup failed. Check logs for details."
7676 exit 1
7777 }
7878}
@@ -271,5 +271,5 @@ function Print-Env-Variables {
271271 if ($TEST_TYPE -eq " app" ) { Log- Info " Native App Endpoint: $BROWSERSTACK_APP " }
272272 Log- Info " BrowserStack Local Flag: $BROWSERSTACK_LOCAL "
273273 Log- Info " Parallels per platform: $BSTACK_PARALLELS "
274- Log- Info " Platforms: \n $BSTACK_PLATFORMS "
274+ Log- Info " Platforms: $BSTACK_PLATFORMS "
275275}
You can’t perform that action at this time.
0 commit comments