You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The Blazor Server template tests currently rely on Selenium, and as a result cannot be run on Helix. They are currently skipped using the SkipOnHelix trait.
Moving these tests into a separate project would allow us to:
Configure template tests that can run on Helix to only run on Helix and not AzDO
Isolate the non-Helix tests into a separate project