guybedford / chomp

'JS Make' - parallel task runner for the frontend ecosystem with a JS extension system.
https://chompbuild.com
Apache License 2.0
143 stars 7 forks source link

feat: dot reporter, fixes #74

Closed guybedford closed 2 years ago

guybedford commented 2 years ago

This adds a new display = 'dot' task output, useful for tests, for example with:

[[task]]
name = 'test:#'
serial = true
deps = ['test/#.test.js']
display = 'dot'
stdio = 'stderr-only'
run = 'node $DEP'

This also fixes the -j flag which was off-by-one, and updates the extensions.