This repository has been archived by the owner on Jul 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
ci: Log sauce connect proxy to stdout, remove travis_wait, upgrade pr…
…oxy to 4.5.4 travis_wait is not needed if the sauce connect proxy logs are written to stdout. This makes debugging proxy problems from the CI logs much easier. This commit also updates the debugging command to use the `--doctor` flag. Other changes include: 1. Upgrade sauce-connect proxy from 4.4.1 to 4.5.4
- Loading branch information
Keen Yee Liau
committed
Apr 15, 2020
1 parent
eb1d0fc
commit 162f9e5
Showing
3 changed files
with
17 additions
and
16 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
if [ $JOB == "bstack" ]; then | ||
echo "Setting up Browser Stack" | ||
./scripts/browserstack_local_setup.sh | ||
else | ||
echo "Setting up Sauce Labs" | ||
./scripts/sauce_connect_setup.sh | ||
./scripts/wait_for_browser_provider.sh | ||
fi |