removing the cucumber tests for now
This commit is contained in:
parent
2e71327e04
commit
2f51c326e4
@ -14,4 +14,15 @@ Global
|
|||||||
{DFE29179-A415-483E-B483-B9D21127CD14}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
{DFE29179-A415-483E-B483-B9D21127CD14}.Release|Any CPU.ActiveCfg = Release|Any CPU
|
||||||
{DFE29179-A415-483E-B483-B9D21127CD14}.Release|Any CPU.Build.0 = Release|Any CPU
|
{DFE29179-A415-483E-B483-B9D21127CD14}.Release|Any CPU.Build.0 = Release|Any CPU
|
||||||
EndGlobalSection
|
EndGlobalSection
|
||||||
|
GlobalSection(MonoDevelopProperties) = preSolution
|
||||||
|
Policies = $0
|
||||||
|
$0.TextStylePolicy = $1
|
||||||
|
$1.FileWidth = 80
|
||||||
|
$1.TabsToSpaces = True
|
||||||
|
$1.scope = text/plain
|
||||||
|
$0.TextStylePolicy = $2
|
||||||
|
$2.inheritsSet = null
|
||||||
|
$2.scope = application/feature-template
|
||||||
|
$0.StandardHeader = $3
|
||||||
|
EndGlobalSection
|
||||||
EndGlobal
|
EndGlobal
|
||||||
|
@ -1,7 +1,6 @@
|
|||||||
using System;
|
using System;
|
||||||
using NUnit.Framework;
|
using NUnit.Framework;
|
||||||
using OpenQA.Selenium;
|
using OpenQA.Selenium;
|
||||||
using OpenQA.Selenium.Firefox;
|
|
||||||
using OpenQA.Selenium.Remote;
|
using OpenQA.Selenium.Remote;
|
||||||
|
|
||||||
namespace weehawken
|
namespace weehawken
|
||||||
|
@ -20,6 +20,13 @@
|
|||||||
<PackageReference Include="SpecFlow" Version="3.4.14" />
|
<PackageReference Include="SpecFlow" Version="3.4.14" />
|
||||||
<PackageReference Include="SpecFlow.NUnit" Version="3.4.14" />
|
<PackageReference Include="SpecFlow.NUnit" Version="3.4.14" />
|
||||||
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.4.14" />
|
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.4.14" />
|
||||||
|
<PackageReference Include="gherkin" Version="6.0.0" />
|
||||||
|
<PackageReference Include="SpecFlow.CustomPlugin" Version="3.4.14" />
|
||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
|
|
||||||
|
<ItemGroup>
|
||||||
|
<SpecFlowFeatureFiles Update="WebSearch.feature">
|
||||||
|
<Visible>False</Visible>
|
||||||
|
</SpecFlowFeatureFiles>
|
||||||
|
</ItemGroup>
|
||||||
</Project>
|
</Project>
|
||||||
|
Loading…
Reference in New Issue
Block a user