Update README.md
This commit is contained in:
parent
6e7c4ec6c0
commit
7df9e0420d
10
README.md
10
README.md
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue