More Access To Project Test Items Info
It would be great to have an event listener for OnProjectEnd, and / or the number of enabled test items.
The scenario that makes not having this a huge PIA is if you want to send an email summary at the end of an entire Project Run with several test items.
The work around needed to do this required using the OnTestStop event to increment my own counter for the number of tests ran, export the logs and build the body of the email from that.
To email only at the end of the Project Run, I had to make sure that my number of tests ran counter was equal to the number of enabled test items.
To ge tthe number of enabled test items requires looping through all test items using recursion at the start of the test.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.