grunt-saucelabs icon indicating copy to clipboard operation
grunt-saucelabs copied to clipboard

Allow to configure custom onProgress

Open xi opened this issue 8 years ago • 0 comments

see #194

This project is really, really helpful. The only thing I would like to change is the comand line output. However, I realize that you may need different output based on context. So I propose two tiny changes that would allow users to create custom progress reporters.

The first change is to allow to configure TestRunner.onProgress(). The second is to pass result in the jobComplete report. This makes it possible to output more details about the tests.

Example: This travis build used this Gruntfile.

xi avatar Jul 01 '16 06:07 xi