Event API for 3rd party applications
Reported by benrady (at gmail) | October 12th, 2010 @ 01:31 PM
Infinitest should provide an API or other mechanism for notifying 3rd party applications when it performs tasks like running tests, when tests fail or pass, and possibly even changes in the dependency structure.
This could be used for a wide variety of things, not the least of which is tracking statistics about testing behavior.
Comments and changes to this ticket
-
Joshua Kerievsky October 12th, 2010 @ 06:40 PM
- Assigned user set to benrady (at gmail)
Every piece of data we need must be associated with a timestamp, which we obtain via System.currentTimeMillis();
If Infinitest runs, say, 6 tests together, we'd like to know that 6 tests ran, what the test names are (ideally, including package info), and whether or not each test passed or failed.
Same would be true if Infinitest just decided to run 1 test.
That's about it!
Please Sign in or create a free account to add a new ticket.
With your very own profile, you can contribute to projects, track your activity, watch tickets, receive and update tickets through your email and much more.
Create your profile
Help contribute to this project by taking a few moments to create your personal profile. Create your profile ยป
Continuous Test Runner for Java