Since upgrading to 0.13.12, I get an error (Some of your tests did a full page reload!) any time I try to run against multiple browsers, regardless of what I use for the new concurrency setting.
./node_modules/.bin/karma start --browsers PhantomJS2,Chrome
................................................................................
..................................
PhantomJS 2.0.0 (Mac OS X 0.0.0): Executed 114 of 114 SUCCESS (1.026 secs / 0.145 secs)
PhantomJS 2.0.0 (Mac OS X 0.0.0) ERROR
Some of your tests did a full page reload!
PhantomJS 2.0.0 (Mac OS X 0.0.0): Executed 114 of 114 ERROR (1.042 secs / 0.145 secs)
................................................................................
..................................
Chrome 46.0.2490 (Mac OS X 10.11.1): Executed 114 of 114 SUCCESS (2.118 secs / 0.279 secs)
Since upgrading to
0.13.12, I get an error (Some of your tests did a full page reload!) any time I try to run against multiple browsers, regardless of what I use for the newconcurrencysetting../node_modules/.bin/karma start --browsers PhantomJS2,Chrome ................................................................................ .................................. PhantomJS 2.0.0 (Mac OS X 0.0.0): Executed 114 of 114 SUCCESS (1.026 secs / 0.145 secs) PhantomJS 2.0.0 (Mac OS X 0.0.0) ERROR Some of your tests did a full page reload! PhantomJS 2.0.0 (Mac OS X 0.0.0): Executed 114 of 114 ERROR (1.042 secs / 0.145 secs) ................................................................................ .................................. Chrome 46.0.2490 (Mac OS X 10.11.1): Executed 114 of 114 SUCCESS (2.118 secs / 0.279 secs)