Adding functional tests (#197)

* Working on login tests

* Testing login with an integration test

Working on login functional test.

* Got functional login test working
This commit is contained in:
Steve Smith
2019-01-25 13:13:01 -05:00
committed by GitHub
parent be06e777a6
commit 1b610dd7a4
7 changed files with 157 additions and 13 deletions

View File

@@ -6,6 +6,12 @@
<IsPackable>false</IsPackable>
</PropertyGroup>
<ItemGroup>
<Compile Remove="WebRazorPages\**" />
<EmbeddedResource Remove="WebRazorPages\**" />
<None Remove="WebRazorPages\**" />
</ItemGroup>
<ItemGroup>
<PackageReference Include="Microsoft.AspNetCore.App" />
<PackageReference Include="Microsoft.AspNetCore.Mvc.Testing" Version="2.2.0" />
@@ -28,8 +34,4 @@
<Service Include="{82a7f48d-3b50-4b1e-b82e-3ada8210c358}" />
</ItemGroup>
<ItemGroup>
<Folder Include="WebRazorPages\" />
</ItemGroup>
</Project>