Skip to content
This repository has been archived by the owner on Feb 25, 2021. It is now read-only.

Commit

Permalink
Included a note about running E2E tests from VS
Browse files Browse the repository at this point in the history
  • Loading branch information
mkArtakMSFT committed Jan 17, 2020
1 parent 149a2f0 commit 7869c51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Microsoft.AspNetCore.Blazor.Mono/HowToUpgradeMono.md
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ After running the above checks, also run all the E2E tests:
- switch to the `src\Components\test\E2ETest`
- run `yarn install` to install the necessary packages (selenium, chrome debug adapter, ...)
- if you don't have installed Java yet, do so
- run `dotnet test`
- run `dotnet test` from the Command Line. Alternatively, you can open the solution file from this directory and run the tests from within VS.


If everything looks good, you can proceed with merging your PR to the `blazor` repo.

0 comments on commit 7869c51

Please sign in to comment.