You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# ===== Example Platform Templates (replace with your full lists if available) =====
37
40
WEB_PLATFORM_TEMPLATES=(
38
41
"Windows|10|Chrome"
39
42
"Windows|10|Firefox"
40
43
"Windows|11|Edge"
41
44
"Windows|11|Chrome"
42
45
"Windows|8|Chrome"
43
-
#"OS X|Monterey|Safari"
44
46
"OS X|Monterey|Chrome"
45
47
"OS X|Ventura|Chrome"
46
-
#"OS X|Big Sur|Safari"
47
48
"OS X|Catalina|Firefox"
48
49
)
49
50
@@ -192,7 +193,6 @@ APP_URL=""
192
193
APP_PLATFORM=""# ios | android | all
193
194
194
195
195
-
196
196
# ===== Log files (runtime only; created on first write) =====
197
197
# ===== Log files (per-run) =====
198
198
LOG_DIR="$WORKSPACE_DIR/$PROJECT_FOLDER/logs"
@@ -879,7 +879,7 @@ setup_web_nodejs() {
879
879
local_flag=true
880
880
fi
881
881
882
-
Loglocal flag status
882
+
#log_msg_to local flag status
883
883
if [ "$local_flag"="true" ];then
884
884
log_msg_to "✅ BrowserStack Local is ENABLED for this run.""$PRE_RUN_LOG_FILE"
885
885
else
@@ -892,7 +892,7 @@ setup_web_nodejs() {
892
892
export BROWSERSTACK_LOCAL=$local_flag
893
893
894
894
# === 8️⃣ Run Tests ===
895
-
log_msg_to "🚀 Running 'npm run test'""$GLOBAL""$WEB_LOG_FILE"
895
+
log_msg_to "🚀 Running 'npm run test'. This could take a few minutes. Follow the Automaton build here: https://automation.browserstack.com/""$WEB_LOG_FILE"
896
896
npm run test>>"$WEB_LOG_FILE"2>&1||true
897
897
898
898
# === 9️⃣ Wrap Up ===
@@ -1079,13 +1079,13 @@ PYEOF
1079
1079
1080
1080
# Log local flag status
1081
1081
if [ "$local_flag"="true" ];then
1082
-
log_msg_to "⚠️ BrowserStack Local is ENABLED for this run.""$PRE_RUN_LOG_FILE"
1082
+
log_msg_to "⚠️ BrowserStack Local is ENABLED for this run."
1083
1083
else
1084
-
log_msg_to "⚠️ BrowserStack Local is DISABLED for this run.""$PRE_RUN_LOG_FILE"
1084
+
log_msg_to "⚠️ BrowserStack Local is DISABLED for this run."
1085
1085
fi
1086
1086
1087
1087
# Run pytest with BrowserStack SDK from the chosen platform directory
0 commit comments