Skip to content

Commit

Permalink
fixed running UI tests by referencing the correct NUnit3 test adapter
Browse files Browse the repository at this point in the history
  • Loading branch information
vividos committed Aug 9, 2020
1 parent fbe3fb3 commit 688a689
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/App/UITest/WhereToFly.App.UITest.csproj
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,10 @@
</ItemGroup>
<ItemGroup>
<PackageReference Include="NUnit" Version="3.12.0" />
<PackageReference Include="NUnit3TestAdapter">
<Version>3.17.0</Version>
</PackageReference>
<PackageReference Include="Xamarin.UITest" Version="3.0.7" />
<PackageReference Include="NUnitTestAdapter" Version="2.3.0" />
</ItemGroup>
<ItemGroup>
<Compile Include="UserInterfaceTests.cs" />
Expand Down

0 comments on commit 688a689

Please sign in to comment.