* added testsettings file that causes Visual Studio to use the current build of the
extension when running the integration tests. So no more uninstalling and installing
of the extension before running the tests.
19 lines
840 B
XML
19 lines
840 B
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<TestSettings name="Integration Tests" id="6299ba98-e7db-415b-8d40-3472f579309a" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
|
|
<Description>These are default test settings for a local test run.</Description>
|
|
<Execution>
|
|
<Hosts>
|
|
<VSSDKTestHostRunConfig name="VS IDE" HiveKind="DevEnv" HiveName="15.0Exp" xmlns="http://microsoft.com/schemas/VisualStudio/SDK/Tools/IdeHostAdapter/2006/06" />
|
|
</Hosts>
|
|
<TestTypeSpecific>
|
|
<UnitTestRunConfig testTypeId="13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b">
|
|
<AssemblyResolution>
|
|
<TestDirectory useLoadContext="true" />
|
|
</AssemblyResolution>
|
|
</UnitTestRunConfig>
|
|
</TestTypeSpecific>
|
|
<AgentRule name="Execution Agents">
|
|
</AgentRule>
|
|
</Execution>
|
|
<Properties />
|
|
</TestSettings> |