-
Notifications
You must be signed in to change notification settings - Fork 217
Consider to run testrunner as a service and provide an API #23
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
Comments
This is a good idea. It's also a lot of work, but it's certainly something we'd like to do—or at least enable other packages to do—eventually. |
I started such a project a while ago but run into too many limitations with isolates and the unittest package and also with my datagrid which was the main part of the GUI so I dropped it. It might be worth to keep the idea in mind while you push the unittest forward. Maybe me or sombody else finds time to make a new attempt in this direction eventually. |
The new architecture has a much cleaner backend representation of the tests, which should help with this sort of thing. We aren't planning to expose it until the frontend is more mature, but eventually it will provide an API that will help alternate runners like this one. |
Great :) |
Related to #48 |
This would allow to easily build a nice GUI or control it from an IDE
The text was updated successfully, but these errors were encountered: