Replies: 2 comments 8 replies
-
|
@nohwnd Do you know any history here? |
Beta Was this translation helpful? Give feedback.
8 replies
-
|
Moving as issue #7698 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I am trying to find a definite answer/guidance on using TestRunResultsDirectory and TestResultsDirectory. The documentation says:
TestResultsDirectory: Gets directory for test result files.
TestRunResultsDirectory: Gets directory for test run result files. Typically a subdirectory of ResultsDirectory.
On my box directories are:
TestResultsDirectory: \In
TestRunResultsDirectory: \In<computer_name>
Which is counter-intuitive to me: TestResultsDirectory should be a sub-directory of TestRunResultsDirectory. Are there detailed descriptions of what these directories are and when to use each?
Beta Was this translation helpful? Give feedback.
All reactions