karma-jasmine-html-reporter
karma-jasmine-html-reporter copied to clipboard
Do not run headless if headfull detected
Is there a way to turn off the headless test run if a headful test run is detected by opening the Karma server URL in the browser? This duplicate test running seems wasteful, especially when paired with something like karma-parallel.
Can you clarify? I'm not sure I understand the question.
When I look at the Karma server (Karma v6.4.1 server started at http://localhost:9878/
), I see two runs, a Chrome headless and a Chrome headful/regular.
Is it possible to not run the headless one if I'm already running a regular one?