diff --git a/README.md b/README.md index 084c09dfef..c8e3d613a9 100644 --- a/README.md +++ b/README.md @@ -40,7 +40,7 @@ Run `dotnet build` from the solution directory. ## Run tests -Run `dotnet test test/.Test.csproj` +Run `dotnet test test//.Test.csproj` ## Run end-to-end tests @@ -52,7 +52,13 @@ Prerequisites: Run `selenium-standalone start` -Run `dotnet test test/.E2ETest.csproj` +Run `dotnet test test\Microsoft.AspNetCore.Blazor.E2ETest\Microsoft.AspNetCore.Blazor.E2ETest.csproj` + +## Run all tests + +Install prerequisites for E2E tests + +Run `dotnet test test\AllTests.proj` ## Contributing