ronaldlokers / grunt-casperjs

Grunt task for casperjs
MIT License
104 stars 51 forks source link

Pipe through casperjs stdout/stderr #32

Closed theefer closed 11 years ago

theefer commented 11 years ago

Use spawn instead of exec to allow piping stdout/stderr, rather than buffering them. This allows seeing the progress of a running casperjs test, rather than having to wait for it to complete (successfully or failing) to see the output.