Skip to content
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

Closed
nknapp opened this issue Feb 7, 2019 · 2 comments
Closed

Tests not running on Saucelabs #1497

nknapp opened this issue Feb 7, 2019 · 2 comments

Comments

@nknapp
Copy link
Collaborator

nknapp commented Feb 7, 2019

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,

nknapp added a commit that referenced this issue Feb 7, 2019
nknapp added a commit that referenced this issue Feb 7, 2019
nknapp added a commit that referenced this issue Feb 7, 2019
@nknapp
Copy link
Collaborator Author

nknapp commented Mar 15, 2019

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 class notation to create a class.

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.

nknapp added a commit that referenced this issue Mar 15, 2019
Internet Explorer does not support the 'class Testclass {}' notation,
and tests are not compiled using babel.

closes #1497
nknapp added a commit that referenced this issue Mar 15, 2019
Internet Explorer does not support the 'class Testclass {}' notation,
and tests are not compiled using babel.

closes #1497
@nknapp nknapp closed this as completed Mar 16, 2019
@nknapp
Copy link
Collaborator Author

nknapp commented Apr 13, 2019

Released in 4.0.14

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant