AspNetCore.Docs.Samples/test/integration-tests/IntegrationTestsSample/tests/RazorPagesProject.Tests
Rick Anderson 2dc02728b6
change snippet format (#88)
2022-10-04 15:11:21 -10:00
..
Helpers change snippet format (#88) 2022-10-04 15:11:21 -10:00
IntegrationTests change snippet format (#88) 2022-10-04 15:11:21 -10:00
CustomWebApplicationFactory.cs change snippet format (#88) 2022-10-04 15:11:21 -10:00
README.md Integration test sample for .NET 7 (#84) 2022-10-04 14:16:58 -10:00
RazorPagesProject.Tests.csproj Integration test sample for .NET 7 (#84) 2022-10-04 14:16:58 -10:00

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