I'm trying to migrate from Karma 0.10 to 0.12 but I'm seeing multiple issues. I think mostly are related to the way how jasmine and other launchers are configured in 0.12 and my build system.
I can document that later but I would like to know if it is possible to get
"browserNoActivityTimeout" feature in 0.10 by some tweaks?
The only reason (at this point in time) I want to upgrade to 0.12 is for that browserNoActivityTimeout feature since many a times browsers get disconnected during a test run.
Any help would be appreciated.