Created
December 31, 2014 20:10
-
-
Save tleach/7cacf928910042f40056 to your computer and use it in GitHub Desktop.
Saucelabs pre-run script to prevent the browser from attempting to load Google Ads content (which has a habit of causing tests to hang)
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
echo 127.0.0.0 pagead2.googlesyndication.com >> %WINDIR%\System32\Drivers\Etc\Hosts | |
echo 127.0.0.0 googleads.g.doubleclick.net >> %WINDIR%\System32\Drivers\Etc\Hosts | |
echo 127.0.0.0 google.com >> %WINDIR%\System32\Drivers\Etc\Hosts |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment