karma-runner / karma-chrome-launcher

A Karma plugin. Launcher for Chrome and Chrome Canary.
MIT License
467 stars 119 forks source link

Karma try open chrome while chrome already opened #67

Open sukrosono opened 8 years ago

sukrosono commented 8 years ago
  "karma": "^0.12.16",
  "karma-chrome-launcher": "^0.1.4",
  "karma-jasmine": "^0.1.5",
  Chrome Version 49.0.2623.13 dev-m (64-bit)

I am already open chrome before i run the test, it try once report that cannot start chrome then try open it twice

karma issue

sukrosono commented 8 years ago

Just update, it processing all tab which it've open is it designed to force close too? karma issue detail

11-10-2017

"karma-chrome-launcher": "^2.2.0",
"karma": "^1.7.1",

25-10-2017 related to number 34, same result karma chrome launcher open 3 tabs

sukrosono commented 7 years ago

@maksimr can you assist me? i want to make a function that run on browser, then notify existing karma server that the page is opened, so it doesn't open 3 tab like above.

As far as i know i have to make a adapter to achieve that. But i want it become one module with karma-chrome-launcher.