Closed
Description
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