-
Notifications
You must be signed in to change notification settings - Fork 2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Tests not running on Saucelabs #1497
Comments
I was wrong about that: The real cause for the failing test was the following. One of the new testcases I wrote for the security issue, was using the ES6 The specs are not compiled by babel, so this testcase caused an error in IE10 and IE11, which it probably whould have shown in the dev-tools, if that had been visible. This ultimately was the reason that the tests did not even start. |
Internet Explorer does not support the 'class Testclass {}' notation, and tests are not compiled using babel. closes #1497
Internet Explorer does not support the 'class Testclass {}' notation, and tests are not compiled using babel. closes #1497
Released in 4.0.14 |
I have multiple travis-ci builds failing now, where it seems that the problem is the SauceLabs infrastructure rather than the tests themselves.
We could either talk to Saucelabs about that. See the failed builds for issue 1495 for details.
Or we could switch to a Browerstack open-source plan,
The text was updated successfully, but these errors were encountered: