-
Notifications
You must be signed in to change notification settings - Fork 10.2k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add LoggedTest to Components E2E and Blazor template tests #26679
Comments
Thanks for contacting us. |
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. |
Keeping this open to track doing this as well for components |
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 #31159 |
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.
#26507
The text was updated successfully, but these errors were encountered: