Update README.md

This commit is contained in:
Steve Sanderson 2018-02-16 17:59:34 +00:00
parent 6e7c4ec6c0
commit 7df9e0420d
1 changed files with 8 additions and 2 deletions

View File

@ -40,7 +40,7 @@ Run `dotnet build` from the solution directory.
## Run tests
Run `dotnet test test/<test name>.Test.csproj`
Run `dotnet test test/<dir>/<project>.Test.csproj`
## Run end-to-end tests
@ -52,7 +52,13 @@ Prerequisites:
Run `selenium-standalone start`
Run `dotnet test test/<test name>.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