dotnet / aspnetcore

ASP.NET Core is a cross-platform .NET framework for building modern cloud-based web applications on Windows, Mac, or Linux.
https://asp.net
MIT License
35.36k stars 9.99k forks source link

Add LoggedTest to Components E2E and Blazor template tests #26679

Closed BrennanConroy closed 3 years ago

BrennanConroy commented 4 years ago

The LoggedTest infrastructure is now available to Components E2E and Blazor template tests, however it isn't being used yet as that probably requires some knowledge around those tests to use it correctly.

Here is the change to fix the infrastructure and add the logging to the other template tests. https://github.com/dotnet/aspnetcore/pull/26507

ghost commented 4 years ago

Thanks for contacting us. We're moving this issue to the Next sprint planning milestone for future evaluation / consideration. We will evaluate the request when we are planning the work for the next milestone. To learn more about what to expect next and how this issue will be handled you can read more about our triage process here.

ghost commented 4 years ago

We've moved this issue to the Backlog milestone. This means that it is not going to be worked on for the coming release. We will reassess the backlog following the current release and consider this item at that time. To learn more about our issue management process and to have better expectation regarding different types of issues you can read our Triage Process.

HaoK commented 3 years ago

Keeping this open to track doing this as well for components

HaoK commented 3 years ago

Blazor templates is done, components will be done automatically when we switch over to the new playwright infrastructure so resolving this issue, remaining work will be done as part of https://github.com/dotnet/aspnetcore/issues/31159