On 19 June 2012 13:27, Immanuel Hayden <[email protected]> wrote: > Hi! > > Is there some (api-level) way to listen for the end of a test run? I > browsed around the code a little bit but couldn't really find anything. > > Reason: I'd love to create a Listener that sends what "View Results in > Table" shows via email, so I can set up an automatically running regression > test set (which eg. runs once a day on x different test environments) and > get the results more easily (eg. could use webmail instead of having to > dial in with rdp).
The contents of that listener are basically what is in the JTL file it would create. So just e-mail the JTL once the run completes. P.S. This is really a question for the user list. > br, > Imm
