AspNetCore.Docs.Samples/test/integration-tests/IntegrationTestsSample/tests/RazorPagesProject.Tests
Rick Anderson 741e59b976
rename startup to program (#90)
2022-10-07 14:22:07 -10:00
..
Helpers use default usings (#89) 2022-10-06 16:05:43 -10:00
IntegrationTests use default usings (#89) 2022-10-06 16:05:43 -10:00
CustomWebApplicationFactory.cs rename startup to program (#90) 2022-10-07 14:22:07 -10:00
README.md Integration test sample for .NET 7 (#84) 2022-10-04 14:16:58 -10:00
RazorPagesProject.Tests.csproj use default usings (#89) 2022-10-06 16:05:43 -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