xolvio / qualityfaster

An example project showing how to create robust and maintainable acceptance tests
262 stars 58 forks source link

Prevent exec from closing the process #70

Closed bjarketrux closed 1 year ago

bjarketrux commented 7 years ago

Added maxBuffer to prevent exec from closing the process. It automatically closes the process if the stdout buffer is filled (large projects with 2000+ steps). See https://nodejs.org/api/child_process.html#child_process_child_process_exec_command_options_callback