connorshea / vscode-ruby-test-adapter

A Ruby test adapter extension for the VS Code Test Explorer
https://marketplace.visualstudio.com/items?itemName=connorshea.vscode-ruby-test-adapter
MIT License
84 stars 50 forks source link

Custom formatter and live updates for test statuses #11

Closed connorshea closed 5 years ago

connorshea commented 5 years ago

Resolves #3 and #4.

The extension now includes a custom formatter so that the extension can have more control over what RSpec outputs as tests run.

And thanks to the custom formatter, tests now update live! :D