Details
Description
Add events to start/end of unit and integrations tests, so a Events.groovy script could hook some application setup to tests. I have attached a TestApp.groovy version with this events:
- StartRunUnitTests
- EndRunUnitTests
- StartRunIntegrationTests
- EndRunIntegrationTests
This is a patch with more reasonable names for events and putting them on more appropriated places.