Skip to content
This repository has been archived by the owner on Apr 30, 2022. It is now read-only.

Commit

Permalink
Merge pull request #722 from Magenic/dependabot/nuget/Framework/maste…
Browse files Browse the repository at this point in the history
…r/SpecFlow-3.8.14

Bump SpecFlow from 3.8.7 to 3.8.14 in /Framework
  • Loading branch information
TroyWalshProf committed May 21, 2021
2 parents 699a673 + d597070 commit 457a481
Show file tree
Hide file tree
Showing 6 changed files with 10 additions and 26 deletions.
4 changes: 2 additions & 2 deletions Framework/AppiumUnitTests/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<add key="MobileWaitTime" value="1000" />

<!-- Time-out in milliseconds -->
<add key="MobileTimeout" value="10000" />
<add key="MobileTimeout" value="30000" />

<!-- Do you want to take screenshots upon Soft Assert Failures
<add key="SoftAssertScreenshot" value="YES"/>
Expand All @@ -79,4 +79,4 @@
<add key="deviceOrientation" value="portrait" />
<add key="browserName" value="Chrome" />
</AppiumCapsMaqs>
</configuration>
</configuration>
2 changes: 1 addition & 1 deletion Framework/SeleniumUnitTests/App.config
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<add key="WebSiteBase" value="https://magenicautomation.azurewebsites.net/" />
<add key="BrowserWaitTime" value="1000" />
<add key="BrowserTimeout" value="20000" />
<add key="SeleniumCommandTimeout" value="61000" />
<add key="SeleniumCommandTimeout" value="200000" />

<!--Browser Resize settings-->
<!--add key="BrowserSize" value="MAXIMIZE"/-->
Expand Down
4 changes: 2 additions & 2 deletions Framework/SeleniumUnitTests/SeleniumConfigTests.cs
Original file line number Diff line number Diff line change
Expand Up @@ -232,7 +232,7 @@ public void GetCommandTimeout()
{
TimeSpan initTimeout = SeleniumConfig.GetCommandTimeout();

Assert.AreEqual(TimeSpan.FromSeconds(61).Ticks, initTimeout.Ticks);
Assert.AreEqual(TimeSpan.FromSeconds(200).Ticks, initTimeout.Ticks);
}

/// <summary>
Expand Down Expand Up @@ -478,4 +478,4 @@ public void GetProxyAddress()
Assert.AreEqual("http://localhost:8002", SeleniumConfig.GetProxyAddress());
}
}
}
}
2 changes: 1 addition & 1 deletion Framework/SpecFlowExtension/SpecFlowExtension.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<PackageReference Include="NUnit" version="3.13.2" />
<PackageReference Include="Selenium.Support" version="3.141.0" />
<PackageReference Include="Selenium.WebDriver" version="3.141.0" />
<PackageReference Include="SpecFlow" version="3.8.7" />
<PackageReference Include="SpecFlow" version="3.8.14" />
<PackageReference Include="System.Configuration.ConfigurationManager" Version="5.0.0" />
<PackageReference Include="System.Drawing.Common" Version="5.0.2" />
<PackageReference Include="System.Reflection.Emit" version="4.7.0" />
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@
<PackageReference Include="NUnit" Version="3.13.2" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="90.0.4430.2400" />
<PackageReference Include="SpecFlow.NUnit" Version="3.8.7" />
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.8.7" />
<PackageReference Include="SpecFlow.NUnit" Version="3.8.14" />
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.8.14" />
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="System.Memory" Version="4.5.4" />
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
Expand All @@ -34,14 +34,6 @@
<ProjectReference Include="..\SpecFlowExtension\SpecFlowExtension.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Update="Features\ScenarioContextFeature.feature.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>ScenarioContextFeature.feature</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<None Update="App.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,8 @@
<PackageReference Include="Newtonsoft.Json" Version="13.0.1" />
<PackageReference Include="NUnit3TestAdapter" Version="3.17.0" />
<PackageReference Include="Selenium.WebDriver.ChromeDriver" Version="90.0.4430.2400" />
<PackageReference Include="SpecFlow.MsTest" Version="3.8.7" />
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.8.7" />
<PackageReference Include="SpecFlow.MsTest" Version="3.8.14" />
<PackageReference Include="SpecFlow.Tools.MsBuild.Generation" Version="3.8.14" />
<PackageReference Include="System.Buffers" Version="4.5.1" />
<PackageReference Include="System.Memory" Version="4.5.4" />
<PackageReference Include="System.Numerics.Vectors" Version="4.5.0" />
Expand All @@ -32,14 +32,6 @@
<ProjectReference Include="..\SpecFlowExtension\SpecFlowExtension.csproj" />
</ItemGroup>

<ItemGroup>
<Compile Update="Features\ScenarioContextFeature.feature.cs">
<DesignTime>True</DesignTime>
<AutoGen>True</AutoGen>
<DependentUpon>ScenarioContextFeature.feature</DependentUpon>
</Compile>
</ItemGroup>

<ItemGroup>
<None Update="App.config">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
Expand Down

0 comments on commit 457a481

Please sign in to comment.