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 3ea3d83 commit a29a0d2Copy full SHA for a29a0d2
win/env-setup-run.ps1
@@ -360,7 +360,7 @@ $platforms
360
Log-Line "ℹ️ BrowserStack Local Flag: $localFlag" $NOW_RUN_LOG_FILE
361
Log-Line "ℹ️ Parallels per platform: $ParallelsPerPlatform" $NOW_RUN_LOG_FILE
362
Log-Line "ℹ️ Platforms:" $NOW_RUN_LOG_FILE
363
- $platformYaml -split "`n" | ForEach-Object { if ($_.Trim()) { Log-Line " $_" $NOW_RUN_LOG_FILE } }
+ $yamlContent -split "`n" | ForEach-Object { if ($_.Trim()) { Log-Line " $_" $NOW_RUN_LOG_FILE } }
364
365
Print-TestsRunningSection -Command "cd $runDirName && browserstack-sdk pytest -s bstack_sample.py"
366
0 commit comments