-
Notifications
You must be signed in to change notification settings - Fork 203
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
Update Intern to 3.4.0 #982
Comments
A few updates have been released, latest being https://github.com/theintern/intern/releases/tag/3.2.0 |
…pers.js. Before, when Intern was injecting the code to postMessage blobs, Firefox was throwing an x-ray wrapper permission error, which killed the test. Presumably this is related to how WebDriver/Intern injects the JS test files. As a test-only workaround, make it possible to load a test helper file so methods can be called trusted content.
…pers.js. Before, when Intern was injecting the code to postMessage blobs, Firefox was throwing an x-ray wrapper permission error, which killed the test. Presumably this is related to how WebDriver/Intern injects the JS test files. As a test-only workaround, make it possible to load a test helper file so methods can be called trusted content.
ok thanks. Mike.
Let's give it a try
and then
Yeah! |
@magsout do you know what's up with the wall of |
@miketaylr Yes I saw that. I do not know where it comes from. I know it's from PostCSS and I think postcss-message. I would look to update. But as you said it has no impact. These are just messages in the console. |
The main reason I think we should do this is for the new
bail
option:theintern/intern@a6a732e
What that means is if we hit a single test failure, Intern doesn't bother to run any more tests.
The latest release is 3.0.6: https://github.com/theintern/intern/releases/tag/3.0.6
So we'll probably want whatever comes next.
The text was updated successfully, but these errors were encountered: