Dear Wiki user, You have subscribed to a wiki page or wiki category on "Ant Wiki" for change notification.
The following page has been changed by DanFabulich: http://wiki.apache.org/ant/Proposals/EnhancedTestReports ------------------------------------------------------------------------------ == Evolutionary Alternatives == - * add the key missing features from the reports: metadata, skipped tests, and scope for logging more machine configuration data + * add the key missing features from the reports: metadata, skipped tests, and scope for logging more machine configuration data * add a placeholder for test runners to add their own stuff * add stack trace data in a more structured form when tests fail on java5+ - * base metadata to include: machine info, test description, links and issue IDs (for binding to issue tracking systems) + * base metadata to include: + * test parameters (data-driven @Parameters) + * machine info + * test description + * links + * issue IDs (for binding to issue tracking systems) * ''add new features in streaming friendly manner'' * ''add handling for JVM crashes'' Stream results to a different process for logging, so that JVM crash truncates the log instead of killing it. * ''make it easy to integrate'' Numerous tools already support the old format; ideally they should not need to write a whole bunch of new code or understand a lot of radically new concepts in order to support the new format. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
