There's a pretty cool package `run-with-testrpc` that basically runs `testrpc` in the background instead of needing a separate shell. `./node_modules/.bin/run-with-testrpc 'truffle test || exit 0'` Could add this and submit a PR if you want.