[Blazor] Hot reload testing improvements #59450
Labels
area-blazor
Includes: Blazor, Razor Components
feature-hot-reload
This issue is related to the Hot Reload feaature
Milestone
We have a long tail of hot reload issues that keep coming back up. As an effort to improve our team velocity we want to invest on some automation that allows us to validate a concrete set of scenarios on a regular basis. The goal of this automation is to act as a canary for when a new issue arises. We will run it on a daily basis as opposed to running it on every CI run.
The general structure for one of these tests is as follows:
dotnet watch
orequivalent
gesture.The list of scenarios is something that we will define, but includes things like:
The text was updated successfully, but these errors were encountered: