[GRADLE-1160] Access test output from TestDescriptor or TestResult Created: 30/Sep/10 Updated: 04/Jan/13 Resolved: 09/Nov/11 |
|
Status: | Resolved |
Project: | Gradle |
Affects Version/s: | None |
Fix Version/s: | 1.0-milestone-6 |
Type: | Improvement | ||
Reporter: | Nikita Skvortsov | Assignee: | Unassigned |
Resolution: | Fixed | Votes: | 2 |
Description |
Hello, I'm working on TeamCity integration with Gradle, and it would be great to have test output available to TestListener. This output may contain important information for users. We could access this information from TestDescriptor or TestResult parameters, passed to TestListener. This functionality was recently discussed on the JavaOne. |