Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Testacular/Karma: how to reuse browser's tab?

Each time I re-run Karma, it opens new Chrome window although there is already one on the screen and with the same URL in it.

How to make Karma runner to reuse browser window and if appropriate tab was opened - reuse this tab?

like image 575
Paul Avatar asked Oct 15 '25 23:10

Paul


1 Answers

In the config, set

browsers = [];
like image 146
Jmr Avatar answered Oct 19 '25 10:10

Jmr



Donate For Us

If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!