karma-runner / karma-runner/karma
continue after 'page reload'
- Dominant language
- JavaScript
- Stars
- 12k
- Forks
- 1.7k
- PR merge metrics
- No merged PRs in 30d
Description
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](https://github.com/karma-runner/karma/issues/1101#issuecomment-75076474)
Contributor guide
Research direction
Start by tracing the code path that reports “Some of your tests did a full page reload” and review related issue #1101. Check how the current run is stopped, then use the existing test suite to verify that the affected suite or file is marked as failed while subsequent files continue running.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- javascript
- Domain
- testing-qa
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 35/100