741e59b976 | ||
---|---|---|
.. | ||
Helpers | ||
IntegrationTests | ||
CustomWebApplicationFactory.cs | ||
README.md | ||
RazorPagesProject.Tests.csproj |
README.md
ASP.NET Core Integration Testing Sample
This sample illustrates integration testing of an ASP.NET Core Razor Pages app. This sample demonstrates the features described in the Integration tests in ASP.NET Core topic.
If you aren't using an IDE with built-in testing features, execute the following command at a command prompt in the tests/RazorPagesProject.Tests folder:
dotnet test