Skip to content

stdout on runner not pushing data from casper #12

Open
@ikeorizu

Description

@ikeorizu

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); });

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions