teerapap / grunt-protractor-runner

A Grunt plugin for running protractor runner.
MIT License
149 stars 123 forks source link

Support Debugging in Node >= 8 #194

Open ideadapt opened 6 years ago

ideadapt commented 6 years ago

Debug flag has changed from 'debug' to '--inspect' starting with node version 8. This change uses the correct flag, depending on the running version.

EDIT: Unfortunately I did not find a way to test this flag. The approach in objectArgs_test.js seems not to work here, because the debugger output is written to early …

EDIT 2: I just realised, that you do not run node 8 on travis. Is node 8 not officially supported?

ideadapt commented 6 years ago

@teerapap What do you think about this?

ideadapt commented 6 years ago

@teerapap no more maintaining this repo?