tomyam1 / protractor-video-reporter

Jasmine reporter that captures a screencast of Protractor specs running on a headless browser, e.g. in CI server
MIT License
21 stars 21 forks source link

Kill should send 'SIGINT' instead of 'SIGTERM' #6

Open tkgreg opened 8 years ago

tkgreg commented 8 years ago

ffmpeg and avconv asks about 'ctrl+c' but child_process sends 'SIGTERM', it looks strange.