-
Notifications
You must be signed in to change notification settings - Fork 106
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
…MSTest category types. Defaulting to MSTest to ensure #506 is still working.
- Loading branch information
1 parent
275bb27
commit 6c3c48d
Showing
16 changed files
with
147 additions
and
32 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,52 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<RunSettings> | ||
<RunConfiguration> | ||
<!-- 0 = As many processes as possible, limited by number of cores on machine, 1 = Sequential (1 process), 2-> Given number of processes up to limit by number of cores on machine--> | ||
<MaxCpuCount>0</MaxCpuCount> | ||
</RunConfiguration> | ||
|
||
<!-- | ||
<TestRunParameters> | ||
<Parameter name="webAppUrl" value="http://localhost" /> | ||
<Parameter name="webAppUserName" value="Admin" /> | ||
</TestRunParameters> | ||
--> | ||
|
||
<!-- Adapter Specific sections --> | ||
|
||
<!-- MSTest adapter --> | ||
<MSTest> | ||
<MapInconclusiveToFailed>True</MapInconclusiveToFailed> | ||
<CaptureTraceOutput>false</CaptureTraceOutput> | ||
<DeleteDeploymentDirectoryAfterTestRunIsComplete>False</DeleteDeploymentDirectoryAfterTestRunIsComplete> | ||
<DeploymentEnabled>False</DeploymentEnabled> | ||
<!-- Uncomment and update path for assembly resolution --> | ||
<!-- <AssemblyResolution> | ||
<Directory path="D:\myfolder\bin\" includeSubDirectories="false"/> | ||
</AssemblyResolution> --> | ||
</MSTest> | ||
|
||
<!-- NUnit3 adapter, uncomment to set as appropriate, numeric, booleans, enums have their default values below, except RandomSeed --> | ||
<!-- | ||
<NUnit> | ||
<BasePath>D:\Dev\NUnit\nunit3-vs-adapter\demo\NUnitTestDemo\bin\Release</BasePath> | ||
<PrivateBinPath>extras;more.extras</PrivateBinPath> | ||
<DefaultTimeout>0</DefaultTimeout> | ||
<WorkDirectory>work</WorkDirectory> | ||
<InternalTraceLevel>Off</InternalTraceLevel> | ||
<RandomSeed>1234567</RandomSeed> | ||
<NumberOfTestWorkers>-1</NumberOfTestWorkers> | ||
<Verbosity>0</Verbosity> | ||
<UseVsKeepEngineRunning>false</UseVsKeepEngineRunning> | ||
<ShadowCopyFiles>false</ShadowCopyFiles> | ||
<DefaultTestNamePattern>{m}{a}</DefaultTestNamePattern> | ||
</NUnit> | ||
--> | ||
|
||
<NUnit> | ||
<Verbosity>0</Verbosity> | ||
</NUnit> | ||
|
||
|
||
</RunSettings> | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.