you could also look at the baseline test result scripts i wrote for publishing to the Pharo wiki. They write it out in Google wiki format, but it could be adapted for simple email use. I hadn't got as far as integrating this into the image, but we don't need much code to write out the TestResult in a decent format.
cheers Mike 2009/9/24 Mariano Martinez Peck <[email protected]>: > > > On Thu, Sep 24, 2009 at 2:07 PM, Bernhard Pieber <[email protected]> > wrote: >> >> Hi Mariano, >> >> I agree it would be a cool feature to add to the TestRunner. I guess >> it is even quite simple. >> >> In the meantime this is what I do: >> 1. Shift-Click with middle mouse button on the list, so that the halos >> for the PluggableListMorphPlus are show. >> 2. Click on the red Menu halo and select the menu item "copy list to >> clipboard". > > Hi Bernhard! > > I tried but I didn't finde a "copy list to clipboard". I am using > pharo1.0-10451-BETAdev09.09.3 > > >> >> 3. Voilà! >> >> There is even a "copy selection to clipboard". >> >> This is Morphic at its best IMO. >> >> Cheers, >> Bernhard >> >> Am 24.09.2009 um 15:22 schrieb Mariano Martinez Peck: >> >> > Hi folks: Several times, I wanted to send by email for example, the >> > results of running some tests. The only and ugly way I found to do >> > this is using PrintScreen and send the screenshots. Now, the >> > question is, is there a way to file out the results? Not only the >> > amount (the number) of success, failures, error, expected failures, >> > but also which tests where the failures, errors, etc. >> > >> > I would love to do this from the Test Runner, no by code. >> > >> > Best, >> > >> > Mariano >> > _______________________________________________ >> > Pharo-project mailing list >> > [email protected] >> > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project >> >> >> _______________________________________________ >> Pharo-project mailing list >> [email protected] >> http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > > > _______________________________________________ > Pharo-project mailing list > [email protected] > http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project > _______________________________________________ Pharo-project mailing list [email protected] http://lists.gforge.inria.fr/cgi-bin/mailman/listinfo/pharo-project
