You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
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); });
The text was updated successfully, but these errors were encountered: