Clarify accepted errors when testing in IE9

Marc Jansen
2016-10-21 09:35:44 +02:00
parent a25a437dc8
commit 36293f05e7
+7 -1
@@ -1,7 +1,13 @@
This document is a work in progress. When it is finalized, it should be included as a doc within the repository itself.
### Run unit tests
Start with running unit tests in IE9, IE10, IE11, Edge, latest Safari, latest Chrome and latest Firefox and make sure all tests (except `Error: Access is denied.` errors for CORS requests in IE9) pass before the release process is started.
Start with running unit tests in IE9 (with open developer console), IE10, IE11, Edge, latest Safari, latest Chrome and latest Firefox and make sure all tests pass before the release process is started
For IE 9 the following errors are acceptable:
* `Error: Access is denied.` errors for CORS requests
* `Uncaught error outside test suite: Error: 'io' is undefined (http://my-host:3000/test/loader.js:21)`
Remember to open the developer console (hit `F12`) when running tests in IE9 otherwise you will see a lot of errors like `console is not defined`.
### Create a release branch