[GRADLEREV-15] Add an 'outputDirectory' property to TestNGOptions and use it for TestNG's output Created: 24/Jul/13 Updated: 16/Dec/13 Resolved: 16/Dec/13 |
|
| Status: | Resolved |
| Project: | Gradle Code Review Tasks |
| Component/s: | None |
| Affects Version/s: | None |
| Fix Version/s: | None |
| Type: | Task | Priority: | Major |
| Reporter: | Adam Murdoch | Assignee: | Luke Daley |
| Resolution: | Fixed | Votes: | 0 |
| Labels: | None | ||
| Description |
|
Actually, let's add an 'outputDirectory' property to TestNGOptions and use it here. Using Test.testResultsDir should set both the report directory and the TestNG output directory, but you can also set them independently. |