NUnit-style reports are produced for each individual test case, even if there are multiple test cases in a test run.
This type of results format is not produced by default; use the -report:{nunit|nonunit} option to control if the report is produced, and use the -nunit-namespace:<namespace> option to group the reports under one namespace.
These reports are located in the same directory as the test suite by default; use the -outdir:<directory> option to specify a different output directory.
The following example shows a successful test displayed inside a browser, but you can use this format of file in other third-party applications, such as a Jenkins CI server.