Skip to content
This repository has been archived by the owner on Sep 26, 2024. It is now read-only.

Commit

Permalink
Works on specflow
Browse files Browse the repository at this point in the history
  • Loading branch information
gediminas-milasius-cargoo-com committed May 9, 2024
1 parent d444e22 commit 99c0c50
Show file tree
Hide file tree
Showing 5 changed files with 40 additions and 47 deletions.
2 changes: 1 addition & 1 deletion ExecutionContext.App.Tests/Bindings/MainBindings.cs
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
using Microsoft.Extensions.DependencyInjection;
using Reqnroll;
using TechTalk.SpecFlow;

namespace ExecutionContext.App.Tests.Bindings;

Expand Down
3 changes: 1 addition & 2 deletions ExecutionContext.App.Tests/ExecutionContext.App.Tests.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,7 @@

<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.6.0" />
<PackageReference Include="Reqnroll.SpecFlowCompatibility" Version="1.0.1" />
<PackageReference Include="Reqnroll.xUnit" Version="1.0.1" />
<PackageReference Include="SpecFlow.xUnit" Version="3.9.74" />
<PackageReference Include="xunit" Version="2.4.2" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.5">
<IncludeAssets>runtime; build; native; contentfiles; analyzers; buildtransitive</IncludeAssets>
Expand Down
78 changes: 36 additions & 42 deletions ExecutionContext.App.Tests/Features/Test.feature.cs

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion ExecutionContext.App.Tests/Startup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
namespace ExecutionContext.App.Tests;

[Binding]
public class Startup(Reqnroll.ScenarioContext scenarioContext)
public class Startup(ScenarioContext scenarioContext)
{
[BeforeTestRun]
public static void BeforeTestRun()
Expand Down
2 changes: 1 addition & 1 deletion ExecutionContext.App.Tests/UserStartup.cs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
namespace ExecutionContext.App.Tests;

[Binding]
public class UserStartup(Reqnroll.ScenarioContext scenarioContext)
public class UserStartup(ScenarioContext scenarioContext)
{
[BeforeScenario]
public void BeforeScenario()
Expand Down

0 comments on commit 99c0c50

Please sign in to comment.