karma-chrome-launcher
karma-chrome-launcher copied to clipboard
Need debug options
chrome exits immediately with SIGTERM, and karma-chrome-launcher provides no useful information about the failure. Here's the complete log of the incident:
01 09 2020 00:24:20.165:DEBUG [launcher]: Process ChromeHeadless exited with code null and signal SIGTERM
Useful information would be a) the command that was run, b) the output of the process, c) the exit status.
Docs on debug strategy would also be useful.