-
Notifications
You must be signed in to change notification settings - Fork 118
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh-743 Update Karma tests to include new browser versions
* Add `karma-firefox-launcher` - Adds the ability to run unit tests against Firefox using `ng test --browsers=Firefox` * Add `karma-safari-launcher` - Adds the ability to run unit tests against Firefox using `ng test --browsers=Safari` * Add `karma-edge-launcher` - Adds the ability (on Windows 10) to run unit tests against Edge using `ng test --browsers=Edge` * Fix tests for Firefox - Adjust Flo unit tests for FF * Fix tests for Edge * Add SauceLabs Browser Targets for Karma unit tests - Chrome 67, Mac OS - Safari 11, Mac OS - Firefox 59, Mac OS - Edge 16, Windows 10 - Chrome 67, Windows 10 - Firefox 59, Windows 10 * Add BrowserStack Browser Targets for Karma unit tests - Chrome 65, Mac OS - Safari, Mac OS - Firefox 59, Mac OS - Edge 16, Windows 10 - Chrome 67, Windows 10 - Firefox 59, Windows 10 * Update Readme with BrowserStack + SauceLabs badges * Minimize Logging for BrowserStack and Karma - Keep in mind 4MB logging maximum on Travis CI - Use dots reporter for Karma - Only log Warn+Error messages Fix Windows CI build gh-743 Add ability to use stand-alone SauceConnect tunnel * Add support for boolean environment variable `SAUCE_CONNECT_USE_EMBEDDED` * Add documentation on how to use stand-alone SauceConnect tunnel Fix Browserstack test failures
- Loading branch information
1 parent
9fbee39
commit 76f9228
Showing
34 changed files
with
426 additions
and
131 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
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
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
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
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
Oops, something went wrong.