AspNetCore.Docs.Samples/test/integration-tests/IntegrationTestsSample/tests/RazorPagesProject.Tests
Jos van der Til febc7dea05
Use SQLite instead of EF In-Memory provider for testing (#109)
* Update to RTM packages

* Use SQLite for testing

* Use SQLite in application
2022-11-21 16:21:12 -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 Use SQLite instead of EF In-Memory provider for testing (#109) 2022-11-21 16:21:12 -10:00
README.md Integration test sample for .NET 7 (#84) 2022-10-04 14:16:58 -10:00
RazorPagesProject.Tests.csproj Use SQLite instead of EF In-Memory provider for testing (#109) 2022-11-21 16:21:12 -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