-
Notifications
You must be signed in to change notification settings - Fork 20
Run and show test results directly in the editor #3
Comments
Hey @sindresorhus, I'd love to be involved :) |
Happy to help out for VS Code. |
@jacobmendoza Awesome! :) Btw, the prior art section is sorted by interestingness. I really like what you did with |
Block decorations in Atom also bring some exciting possibilities, like showing stack traces for failing tests directly in the test file (with link to jump directly to the source file) and source file. |
I'm thinking the first step will be to get AVA running from Atom and just show the result in the statusbar. @jacobmendoza Do you have any thoughts of how the AVA integration should look like? |
Hey @sindresorhus, thank you!. I really appreciate your comment :). These are some of the things that I would like to see in the integration. Just random ideas, and I'd love to see feedback. I don't know if they are similar to the things that you have in mind. Also, this is a busy week, so please forgive me if I'm missing something, as I'm writing this without much time to analyse.
What do you think?. Thank you! |
Good ideas!
|
An awesome idea, from avajs/ava#183, is to run and see the result of a test run directly in the editor. And ability to quickly run the test your cursor is in, in the test file. We could even show the result of tests in the gutter, like linting. Now that we also support watching in AVA, this brings excited possibilities.
Prior art
Anyone interested in helping out with this?
The text was updated successfully, but these errors were encountered: