tolbertam / mocha-appveyor-reporter

Mocha reporter for AppVeyor CI Integration
Other
13 stars 5 forks source link

Chunk test reporting #1

Closed nathanboktae closed 8 years ago

nathanboktae commented 9 years ago

Currently the reporter only sends all the tests at once at the end. This won't scale - batching the tests to report 100 at a time would be good.

nathanboktae commented 8 years ago

Probably not needed after #5

tolbertam commented 8 years ago

Closing this for now, but may possibly revisit it if it's determined reporting after each test completion is too much for appveyor (so far so good).

tolbertam commented 7 years ago

Batched reporting introduced in #12, reports are now batched for every 100 tests or 1 second elapsed (whichever happens first), this is also configurable, so a user can disable it completely or increase the batch intervals.