Closed theefer closed 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.
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.