-
Notifications
You must be signed in to change notification settings - Fork 10.4k
Closed
Labels
DoneThis issue has been fixedThis issue has been fixedNeeds: DesignThis issue requires design work before implementating.This issue requires design work before implementating.area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsarea-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworktask
Milestone
Description
Goal of the E2E test project with playwright is to enable something like this:
MyTestBase : IAssemblyFixture<SomeContainer> { }
[Fact]
public async Task Stuff()
{
var server = await ServerFixture.GetServerAsync(someRequirements);
var client = await ClientFixture.GetBrowserAsync(differentRequirments);
}
Future goals
- Improve debuggability of tests
- Support WebView testability as well
Next steps
Metadata
Metadata
Labels
DoneThis issue has been fixedThis issue has been fixedNeeds: DesignThis issue requires design work before implementating.This issue requires design work before implementating.area-blazorIncludes: Blazor, Razor ComponentsIncludes: Blazor, Razor Componentsarea-infrastructureIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworkIncludes: MSBuild projects/targets, build scripts, CI, Installers and shared frameworktask