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

continue after 'page reload' #1484

Open
timaschew opened this issue Jul 8, 2015 · 1 comment
Open

continue after 'page reload' #1484

timaschew opened this issue Jul 8, 2015 · 1 comment

Comments

@timaschew
Copy link

It's really annoying that karma stops after telling me Some of your tests did a full page reload!

I want to run all my tests regardless if there was a page reload or not.
It would be awesome if karma would let the test fail, even the whole suite or file which is currently executed and continue with the next files.

Related to #1101

@dignifiedquire
Copy link
Member

Sorry for the late response. The problem here is that it's currently not possible to handle this better from the side of Karma, as the test frameworks, e.g. Jasmine, Mocha, QUnit pretty much break when you do a page reload inside a test. So the behaviour we have currently is pretty much the best we can do, except for the addition of #1101 where the goal is to identify the url and the test if possible and tell the user about it.

If you have any ideas on how to improve this even further I'm happy to hear suggestions.

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

No branches or pull requests

2 participants