Skip to content

Commit b80c412

Browse files
test settings
1 parent b939bbe commit b80c412

3 files changed

Lines changed: 98 additions & 57 deletions

File tree

src/Calculator.Specs/Calculator.Specs.csproj

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,9 @@
9191
<LastGenOutput>Addition.feature.cs</LastGenOutput>
9292
</None>
9393
<None Include="packages.config" />
94+
<None Include="Specs.testsettings">
95+
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
96+
</None>
9497
<None Include="UI\Adder.uitest" />
9598
</ItemGroup>
9699
<Choose>
Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<TestSettings name="TestSettings" id="d8fedc81-6209-4817-ab8b-b3815829c401" xmlns="http://microsoft.com/schemas/VisualStudio/TeamTest/2010">
3+
<Description>These are default test settings for a local test run.</Description>
4+
<Deployment>
5+
<DeploymentItem filename="bin\Calculator.exe" />
6+
</Deployment>
7+
<NamingScheme baseName="Specs_results-" useDefault="false" />
8+
<Execution>
9+
<TestTypeSpecific>
10+
<UnitTestRunConfig testTypeId="13cdc9d9-ddb5-4fa4-a97d-d965ccfc6d4b">
11+
<AssemblyResolution>
12+
<TestDirectory useLoadContext="true" />
13+
</AssemblyResolution>
14+
</UnitTestRunConfig>
15+
<WebTestRunConfiguration testTypeId="4e7599fa-5ecb-43e9-a887-cd63cf72d207">
16+
<Browser name="Internet Explorer 9.0" MaxConnections="6">
17+
<Headers>
18+
<Header name="User-Agent" value="Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)" />
19+
<Header name="Accept" value="*/*" />
20+
<Header name="Accept-Language" value="{{$IEAcceptLanguage}}" />
21+
<Header name="Accept-Encoding" value="GZIP" />
22+
</Headers>
23+
</Browser>
24+
</WebTestRunConfiguration>
25+
</TestTypeSpecific>
26+
<AgentRule name="LocalMachineDefaultRole">
27+
<DataCollectors>
28+
<DataCollector uri="datacollector://microsoft/CodeCoverage/1.0" assemblyQualifiedName="Microsoft.VisualStudio.TestTools.CodeCoverage.CoveragePlugIn, Microsoft.VisualStudio.QualityTools.Plugins.CodeCoverage, Version=12.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a" friendlyName="Code Coverage (Visual Studio 2010)">
29+
<Configuration>
30+
<CodeCoverage xmlns="">
31+
<Regular>
32+
<CodeCoverageItem binaryFile="C:\Users\fabri\Source\Repos\coded-ui\src\bin\CodedUi.Generator.SpecFlowPlugin.dll" pdbFile="C:\Users\fabri\Source\Repos\coded-ui\src\bin\CodedUi.Generator.SpecFlowPlugin.pdb" instrumentInPlace="true" />
33+
</Regular>
34+
</CodeCoverage>
35+
</Configuration>
36+
</DataCollector>
37+
</DataCollectors>
38+
</AgentRule>
39+
</Execution>
40+
<Properties />
41+
</TestSettings>

src/Solution.sln

Lines changed: 54 additions & 57 deletions
Original file line numberDiff line numberDiff line change
@@ -1,57 +1,54 @@
1-
2-
Microsoft Visual Studio Solution File, Format Version 12.00
3-
# Visual Studio 2013
4-
VisualStudioVersion = 12.0.31101.0
5-
MinimumVisualStudioVersion = 10.0.40219.1
6-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin", "Specflow.Plugins.CodedUi\Plugin.csproj", "{9C582AC8-9EEA-462A-B946-3EDEFAE89867}"
7-
EndProject
8-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C558E635-5054-44F3-BC32-427563ABA972}"
9-
ProjectSection(SolutionItems) = preProject
10-
TestSettings.testsettings = TestSettings.testsettings
11-
EndProjectSection
12-
EndProject
13-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calculator", "Calculator\Calculator.csproj", "{4648B769-AA67-43B6-BBFC-23C5E48B1195}"
14-
EndProject
15-
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{20D5989C-2AEE-417A-A2E2-E685D0E55AE1}"
16-
ProjectSection(SolutionItems) = preProject
17-
.nuget\NuGet.Config = .nuget\NuGet.Config
18-
.nuget\NuGet.exe = .nuget\NuGet.exe
19-
.nuget\NuGet.targets = .nuget\NuGet.targets
20-
EndProjectSection
21-
EndProject
22-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calculator.Specs", "Calculator.Specs\Calculator.Specs.csproj", "{9F6469CB-5BB6-493D-9090-CA2D40170157}"
23-
EndProject
24-
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{139F1B42-B71F-4E14-AD3F-320EA724B78C}"
25-
EndProject
26-
Global
27-
GlobalSection(SolutionConfigurationPlatforms) = preSolution
28-
Debug|Any CPU = Debug|Any CPU
29-
Release|Any CPU = Release|Any CPU
30-
EndGlobalSection
31-
GlobalSection(ProjectConfigurationPlatforms) = postSolution
32-
{9C582AC8-9EEA-462A-B946-3EDEFAE89867}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
33-
{9C582AC8-9EEA-462A-B946-3EDEFAE89867}.Debug|Any CPU.Build.0 = Debug|Any CPU
34-
{9C582AC8-9EEA-462A-B946-3EDEFAE89867}.Release|Any CPU.ActiveCfg = Release|Any CPU
35-
{9C582AC8-9EEA-462A-B946-3EDEFAE89867}.Release|Any CPU.Build.0 = Release|Any CPU
36-
{4648B769-AA67-43B6-BBFC-23C5E48B1195}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
37-
{4648B769-AA67-43B6-BBFC-23C5E48B1195}.Debug|Any CPU.Build.0 = Debug|Any CPU
38-
{4648B769-AA67-43B6-BBFC-23C5E48B1195}.Release|Any CPU.ActiveCfg = Release|Any CPU
39-
{4648B769-AA67-43B6-BBFC-23C5E48B1195}.Release|Any CPU.Build.0 = Release|Any CPU
40-
{9F6469CB-5BB6-493D-9090-CA2D40170157}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
41-
{9F6469CB-5BB6-493D-9090-CA2D40170157}.Debug|Any CPU.Build.0 = Debug|Any CPU
42-
{9F6469CB-5BB6-493D-9090-CA2D40170157}.Release|Any CPU.ActiveCfg = Release|Any CPU
43-
{9F6469CB-5BB6-493D-9090-CA2D40170157}.Release|Any CPU.Build.0 = Release|Any CPU
44-
{139F1B42-B71F-4E14-AD3F-320EA724B78C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
45-
{139F1B42-B71F-4E14-AD3F-320EA724B78C}.Debug|Any CPU.Build.0 = Debug|Any CPU
46-
{139F1B42-B71F-4E14-AD3F-320EA724B78C}.Release|Any CPU.ActiveCfg = Release|Any CPU
47-
{139F1B42-B71F-4E14-AD3F-320EA724B78C}.Release|Any CPU.Build.0 = Release|Any CPU
48-
EndGlobalSection
49-
GlobalSection(SolutionProperties) = preSolution
50-
HideSolutionNode = FALSE
51-
EndGlobalSection
52-
GlobalSection(NestedProjects) = preSolution
53-
{4648B769-AA67-43B6-BBFC-23C5E48B1195} = {C558E635-5054-44F3-BC32-427563ABA972}
54-
{9F6469CB-5BB6-493D-9090-CA2D40170157} = {C558E635-5054-44F3-BC32-427563ABA972}
55-
{139F1B42-B71F-4E14-AD3F-320EA724B78C} = {C558E635-5054-44F3-BC32-427563ABA972}
56-
EndGlobalSection
57-
EndGlobal
1+
2+
Microsoft Visual Studio Solution File, Format Version 12.00
3+
# Visual Studio 2013
4+
VisualStudioVersion = 12.0.31101.0
5+
MinimumVisualStudioVersion = 10.0.40219.1
6+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Plugin", "Specflow.Plugins.CodedUi\Plugin.csproj", "{9C582AC8-9EEA-462A-B946-3EDEFAE89867}"
7+
EndProject
8+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Tests", "Tests", "{C558E635-5054-44F3-BC32-427563ABA972}"
9+
EndProject
10+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calculator", "Calculator\Calculator.csproj", "{4648B769-AA67-43B6-BBFC-23C5E48B1195}"
11+
EndProject
12+
Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = ".nuget", ".nuget", "{20D5989C-2AEE-417A-A2E2-E685D0E55AE1}"
13+
ProjectSection(SolutionItems) = preProject
14+
.nuget\NuGet.Config = .nuget\NuGet.Config
15+
.nuget\NuGet.exe = .nuget\NuGet.exe
16+
.nuget\NuGet.targets = .nuget\NuGet.targets
17+
EndProjectSection
18+
EndProject
19+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Calculator.Specs", "Calculator.Specs\Calculator.Specs.csproj", "{9F6469CB-5BB6-493D-9090-CA2D40170157}"
20+
EndProject
21+
Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "UnitTests", "UnitTests\UnitTests.csproj", "{139F1B42-B71F-4E14-AD3F-320EA724B78C}"
22+
EndProject
23+
Global
24+
GlobalSection(SolutionConfigurationPlatforms) = preSolution
25+
Debug|Any CPU = Debug|Any CPU
26+
Release|Any CPU = Release|Any CPU
27+
EndGlobalSection
28+
GlobalSection(ProjectConfigurationPlatforms) = postSolution
29+
{9C582AC8-9EEA-462A-B946-3EDEFAE89867}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
30+
{9C582AC8-9EEA-462A-B946-3EDEFAE89867}.Debug|Any CPU.Build.0 = Debug|Any CPU
31+
{9C582AC8-9EEA-462A-B946-3EDEFAE89867}.Release|Any CPU.ActiveCfg = Release|Any CPU
32+
{9C582AC8-9EEA-462A-B946-3EDEFAE89867}.Release|Any CPU.Build.0 = Release|Any CPU
33+
{4648B769-AA67-43B6-BBFC-23C5E48B1195}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
34+
{4648B769-AA67-43B6-BBFC-23C5E48B1195}.Debug|Any CPU.Build.0 = Debug|Any CPU
35+
{4648B769-AA67-43B6-BBFC-23C5E48B1195}.Release|Any CPU.ActiveCfg = Release|Any CPU
36+
{4648B769-AA67-43B6-BBFC-23C5E48B1195}.Release|Any CPU.Build.0 = Release|Any CPU
37+
{9F6469CB-5BB6-493D-9090-CA2D40170157}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
38+
{9F6469CB-5BB6-493D-9090-CA2D40170157}.Debug|Any CPU.Build.0 = Debug|Any CPU
39+
{9F6469CB-5BB6-493D-9090-CA2D40170157}.Release|Any CPU.ActiveCfg = Release|Any CPU
40+
{9F6469CB-5BB6-493D-9090-CA2D40170157}.Release|Any CPU.Build.0 = Release|Any CPU
41+
{139F1B42-B71F-4E14-AD3F-320EA724B78C}.Debug|Any CPU.ActiveCfg = Debug|Any CPU
42+
{139F1B42-B71F-4E14-AD3F-320EA724B78C}.Debug|Any CPU.Build.0 = Debug|Any CPU
43+
{139F1B42-B71F-4E14-AD3F-320EA724B78C}.Release|Any CPU.ActiveCfg = Release|Any CPU
44+
{139F1B42-B71F-4E14-AD3F-320EA724B78C}.Release|Any CPU.Build.0 = Release|Any CPU
45+
EndGlobalSection
46+
GlobalSection(SolutionProperties) = preSolution
47+
HideSolutionNode = FALSE
48+
EndGlobalSection
49+
GlobalSection(NestedProjects) = preSolution
50+
{4648B769-AA67-43B6-BBFC-23C5E48B1195} = {C558E635-5054-44F3-BC32-427563ABA972}
51+
{9F6469CB-5BB6-493D-9090-CA2D40170157} = {C558E635-5054-44F3-BC32-427563ABA972}
52+
{139F1B42-B71F-4E14-AD3F-320EA724B78C} = {C558E635-5054-44F3-BC32-427563ABA972}
53+
EndGlobalSection
54+
EndGlobal

0 commit comments

Comments
 (0)