Skip to content

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

Open
zoechi opened this issue Feb 24, 2015 · 5 comments
Open

Consider to run testrunner as a service and provide an API #23

zoechi opened this issue Feb 24, 2015 · 5 comments
Labels
type-enhancement A request for a change that isn't a bug

Comments

@zoechi
Copy link

zoechi commented Feb 24, 2015

  • watch the test directory for changes
  • provide a list of tests/groups found (maybe with additional changes, browser/command line, tags)
  • allow to run a set of tests
  • provide the test result (progress)
  • allow to subscribe to updates (notification for new/modified/deleted tests)

This would allow to easily build a nice GUI or control it from an IDE

@nex3 nex3 added the type-enhancement A request for a change that isn't a bug label Feb 24, 2015
@nex3
Copy link
Member

nex3 commented Feb 24, 2015

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.

@zoechi
Copy link
Author

zoechi commented Feb 24, 2015

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.

@nex3
Copy link
Member

nex3 commented Feb 24, 2015

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.

@zoechi
Copy link
Author

zoechi commented Feb 25, 2015

Great :)

@zoechi
Copy link
Author

zoechi commented Apr 1, 2015

Related to #48

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type-enhancement A request for a change that isn't a bug
Projects
None yet
Development

No branches or pull requests

2 participants