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
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
This is the *Spring Cloud Data Flow Dashboard* user interface (UI). The UI uses [Angular][]. Source code documentation is available at http://cloud.spring.io/spring-cloud-dataflow-ui/.
8
18
9
19
> The Git repository for the main *Spring Cloud Data Flow* project is at: https://github.com/spring-cloud/spring-cloud-dataflow
@@ -96,6 +106,21 @@ For E2E tests, developers should refrain from using `localhost`. Instead, add `d
96
106
$ npm run e2e-saucelabs-local
97
107
```
98
108
109
+
## Slow Internet Connection
110
+
111
+
By default the tests use an embedded version of Sauce Connect. In case you enounter test failures due to bandwidth constraints,
112
+
you may consider establishing a SauceLabs tunnel using the stand-alone **[Sauce Connect](https://wiki.saucelabs.com/display/DOCS/Sauce+Connect+Proxy)**.
113
+
114
+
Setup instructions can be found [here](https://wiki.saucelabs.com/display/DOCS/Basic+Sauce+Connect+Proxy+Setup).
115
+
116
+
Make sure you have at least the following environment variables defined:
117
+
118
+
export SAUCE_CONNECT_USE_EMBEDDED=false
119
+
export SAUCE_USER=
120
+
export SAUCE_API_KEY=
121
+
122
+
For a list of further supported configuration options, check the `config_examples/sc_configs` folder in the downloaded Sauce Connect binary.
This is the *Spring Cloud Data Flow Dashboard* user interface (UI). The UI uses [Angular][]. Source code documentation is available at http://cloud.spring.io/spring-cloud-dataflow-ui/.
8
18
9
19
> The Git repository for the main *Spring Cloud Data Flow* project is at: https://github.com/spring-cloud/spring-cloud-dataflow
0 commit comments