Ankit Jain
Ankit Jain
Is this just for these specific templates? You could try `` .
~~`.NET WebAssembly experimental features - non-blazor templates, and multi-threading support`? too long?~~
@javiercn @TanayParikh do you use some tool to generate the baselines for the blazor tests?
> > @javiercn @TanayParikh do you use some tool to generate the baselines for the blazor tests? > > Yes. I believe it's just a matter of updating: Could you...
What change are you talking about btw? You linked to: ```csharp #if GENERATE_SWA_BASELINES public static bool GenerateBaselines = true; #else public static bool GenerateBaselines = false; #endif ``` This hasn't...
If you share the changes, then I could try to validate them.
> This failure is durable: > > ``` > > C:\h\w\B18109B0\p\d\dotnet.exe msbuild /t:Publish C:\h\w\B18109B0\t\dotnetSdkTests\mruxzlnv.mbh\AoT_Publish_W---DA56BF44\blazorwasm\blazorwasm.csproj /restore /p:Configuration=Release > MSBuild version 17.4.0-preview-22414-01+50f6081be for .NET > Determining projects to restore... > C:\h\w\B18109B0\p\d\sdk\7.0.100-ci\Sdks\Microsoft.NET.Sdk\targets\Microsoft.NET.Sdk.FrameworkReferenceResolution.targets(90,5): error...
How do I run the test locally?
Also, the current setup only runs tests with `v8`, so it's missing testing for browser, and nodejs. ```diff diff --git a/tests/integration-tests/WASM/WASM.Helix.SDK.Tests.proj b/tests/integration-tests/WASM/WASM.Helix.SDK.Tests.proj index 555941d..6375329 100644 --- a/tests/integration-tests/WASM/WASM.Helix.SDK.Tests.proj +++ b/tests/integration-tests/WASM/WASM.Helix.SDK.Tests.proj @@...
> About the browser/node scenarios they should just work given we running these on Helix right? Do we already provision chrome+chromedriver+node? From `dotnet/runtime`, we send them as payloads to helix.