Open
Description
On Lambda it works, but I want to be able to see the results locally on the terminal to test before leaving it on lambda. How do I go about the event and getting casper to send data to the runner and display on my console? Thanks
ps.stdout.on('data', function(data) { console.log(data); outputData.push(data); });