Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support for running tests #29

Open
UtkarshKunwar opened this issue Mar 12, 2020 · 0 comments
Open

Support for running tests #29

UtkarshKunwar opened this issue Mar 12, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@UtkarshKunwar
Copy link

UtkarshKunwar commented Mar 12, 2020

I use the flutter test test/ command quite frequently (In VSCode, I can just add an entry to the launch.json file and run it from there directly).
Right now, I am relying on executing the system command straight from neovim like :!flutter test test/ but the output is not exactly "pretty" as in green for passed or red for failed. This plugin's great, but if this feature could be added in the future as an enhancement, it would be great for development. Like a flutter.run.test command or something.
In the meantime, I'll try to do something from my side when I have time and see if I can contribute a PR.

@iamcco iamcco added the enhancement New feature or request label Mar 13, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants