https://github.com/malclocke/vim-buster
I started hacking on this last night, but thought I would post it here
in case anyone is interested in following it. Currently only tested
with browser tests against Chromium, but will expand to work with
other browsers and for node tests as I work on it some more.
This includes basic syntax highlighting, incomplete at the moment, and
compiler config which allows you
to use vim's built in :makeprg stuff.
From within a buster file, run :make. This will run the whole suite,
and jump you to the file position of the first failure.
You can then use the following commands, among others:
:cn - Jump to next error
:cp - Jump to previous error
:clist - Show the full error list
:copen - Open the quickfix window
See `:help quickfix` for more.
Malc