how to disable search engine choice screen using karma
Using karma for unit-testing in an Angular project works fine. With a new Chrome version a “search engine selection” windows pops up on each npm run test
.
How to disable this ?
Tests coverage generation is randomly failing
I am trying to generate a coverage report for my Angular tests using Karma.