Skip to content

Commit

Permalink
Bump Reqnroll to version 2.0.0 (#509)
Browse files Browse the repository at this point in the history
  • Loading branch information
Fedoop1 authored Jun 1, 2024
1 parent bd04453 commit 0747708
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@
<ItemGroup>
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.9.0" />
<PackageReference Include="Castle.Core" Version="5.1.1" />
<PackageReference Include="Reqnroll" Version="1.0.1" />
<PackageReference Include="Reqnroll.Tools.MsBuild.Generation" Version="1.0.1" />
<PackageReference Include="Reqnroll.xUnit" Version="1.0.1" />
<PackageReference Include="Reqnroll" Version="2.0.0" />
<PackageReference Include="Reqnroll.Tools.MsBuild.Generation" Version="2.0.0" />
<PackageReference Include="Reqnroll.xUnit" Version="2.0.0" />
<PackageReference Include="xunit" Version="2.8.0" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.5.8">
<PrivateAssets>all</PrivateAssets>
Expand Down
2 changes: 1 addition & 1 deletion Allure.Reqnroll/Allure.Reqnroll.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@

<ItemGroup>
<PackageReference Include="CsvHelper" Version="32.0.2" />
<PackageReference Include="Reqnroll" Version="1.0.0" />
<PackageReference Include="Reqnroll" Version="2.0.0" />
<PackageReference Include="System.Collections.Specialized" Version="4.3.0" />
</ItemGroup>

Expand Down
2 changes: 1 addition & 1 deletion Allure.Reqnroll/AllurePlugin.cs
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@
using Allure.ReqnrollPlugin.Events;
using Allure.ReqnrollPlugin.SelectiveRun;
using Allure.ReqnrollPlugin.State;
using BoDi;
using Reqnroll;
using Reqnroll.BoDi;
using Reqnroll.Events;
using Reqnroll.Infrastructure;
using Reqnroll.Plugins;
Expand Down
3 changes: 3 additions & 0 deletions Allure.Reqnroll/SelectiveRun/TestPlanAwareTestRunner.cs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ const string TESTPLAN_DESELECTION_CACHE_KEY
public ScenarioContext ScenarioContext =>
this.underlyingRunner.ScenarioContext;

public ITestThreadContext TestThreadContext =>
this.underlyingRunner.TestThreadContext;


public TestPlanAwareTestRunner(
IUnitTestRuntimeProvider unitTestRuntimeApi,
Expand Down

0 comments on commit 0747708

Please sign in to comment.