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
{{ message }}
This repository was archived by the owner on May 30, 2019. It is now read-only.
SauceLabs uses a not-fully-reliable, slow proxy solution to work around
issues with testing remotely against localhost domain in Internet
Explorer (and Safari).
- Use 'samplestack.local' domain for Sauce-based e2e tests.
- Configure this domain in travis.
- Update readme with instruction.
BREAKING CHANGE: users will need to configure such a domain, typically
in their hosts file, to point to 127.0.0.1
Closes#452
Copy file name to clipboardExpand all lines: browser/README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -167,6 +167,9 @@ Note on `~@broken`: always specify this flag unless you are interested in seeing
167
167
are known to be broken. Such tests are also flagged in the feature files with issue id numbers, so
168
168
that they may be executed individually based on the issue that covers the problem.
169
169
170
+
**Note: to use SauceLabs tests, please add a hosts file entry (or other domain resolution) that points "samplestack.local" to 127.0.0.1 on your machine.**
171
+
The reasons for this are documented in https://support.saucelabs.com/entries/27401240-Testing-with-a-localhost-server-and-some-browsers-can-t-load-my-website .
172
+
170
173
## Node.js/npm Tips and Troubleshooting
171
174
172
175
Please see [Node.js and npm Tips for Samplestack Development](https://github.com/marklogic/marklogic-samplestack/wiki/Node.js-and-npm-Tips-for-Samplestack-Development).
0 commit comments