Skip to content

Custom flutter testing CLI tool for individual test runs and group testing

License

Notifications You must be signed in to change notification settings

feniljain/fluttertest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

fluttertest

Custom flutter testing CLI tool for inidividual test runs or group testing

Overview

Flutter is a great framework which has helps developers to build fast, responsive UIs at great pace. It is also loaded with an inbuilt testing system. I love testing hence for me VSCode's testing interface was perfect, but a while ago I came across a great editor: VIM. I have been hooked to VIM since then, and now I use it as my fulltime IDE.

As my love grew for VIM, there were some setbacks which I experienced while using VIM for flutter testing, one can always run "flutter test fileName", for running tests on a file, but this is as far as one could get, it didn't provide me a way to run individual test or do group testing.

This tool helps with just that, just pass in the fileName with file command and you get a list of groups and tests, you can select the test or group you want and the rest will be handled by the tool.

Usage

Usage:
  fluttertest [flags]
  fluttertest [command]

Available Commands:
  file        Pass the required fileName as the argument
  help        Help about any command

Flags:
  -h, --help   help for fluttertest

Contribution

Pull requests are welcome. For major changes, please open an issue first to discuss what would like to change.

Feature Requests

For feature requests one can open an issue and add label "new-feature"

License

MIT

About

Custom flutter testing CLI tool for individual test runs and group testing

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages