Skip to content

Add comprehensive Playwright integration tests with interactive component validation and deployment gate #45

Add comprehensive Playwright integration tests with interactive component validation and deployment gate

Add comprehensive Playwright integration tests with interactive component validation and deployment gate #45

Re-run triggered January 29, 2026 12:42
Status Success
Total duration 57s
Artifacts 1

build.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

40 warnings
build
'BaseWebFormsComponent.runat' is obsolete: 'runat is not available in Blazor'
build: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/TreeView/XmlDataSource.razor#L25
Non-nullable field 'BookTreeView' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the field as nullable.
build
'BaseWebFormsComponent.runat' is obsolete: 'runat is not available in Blazor'
build: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Validations/CompareValidatorSample.razor#L34
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Validations/CustomValidatorSample.razor#L36
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Validations/RangeValidatorSample.razor#L33
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Validations/RegularExpressionValidatorSample.razor#L35
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Validations/RequiredFieldValidatorSample.razor#L43
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/Validations/ValidationSummarySample.razor#L55
Non-nullable property 'Name' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
build: samples/AfterBlazorServerSide/Components/Pages/ControlSamples/ListView/Index.razor#L2
'DataBinder' is obsolete: '🚨 Do not use the DataBinder long-term in your projects. See LINK for documentation about how to migrate from the DataBinder 🚨'
build: samples/AfterBlazorServerSide/Pages/ControlSamples/Menu/DynamicMenuStyleSample.razor#L25
Found markup element with unexpected name 'MenuItem'. If this is intended to be a component, add a @using directive for its namespace.
build: samples/AfterBlazorServerSide/Pages/ControlSamples/Menu/DynamicMenuStyleSample.razor#L22
Found markup element with unexpected name 'MenuItem'. If this is intended to be a component, add a @using directive for its namespace.
build: samples/AfterBlazorServerSide/Pages/ControlSamples/Menu/DynamicMenuStyleSample.razor#L21
Found markup element with unexpected name 'Items'. If this is intended to be a component, add a @using directive for its namespace.
build: samples/AfterBlazorServerSide/Pages/ControlSamples/Menu/DynamicMenuStyleSample.razor#L15
Found markup element with unexpected name 'DynamicMenuStyle'. If this is intended to be a component, add a @using directive for its namespace.
build: samples/AfterBlazorServerSide/Pages/ControlSamples/Menu/DynamicMenuStyleSample.razor#L8
Found markup element with unexpected name 'Menu'. If this is intended to be a component, add a @using directive for its namespace.
build: samples/AfterBlazorServerSide/Pages/ControlSamples/Menu/DatabindingSitemap.razor#L25
Found markup element with unexpected name 'DynamicHoverStyle'. If this is intended to be a component, add a @using directive for its namespace.
build: samples/AfterBlazorServerSide/Pages/ControlSamples/Menu/DatabindingSitemap.razor#L23
Found markup element with unexpected name 'DynamicMenuItemStyle'. If this is intended to be a component, add a @using directive for its namespace.
build: samples/AfterBlazorServerSide/Pages/ControlSamples/Menu/DatabindingSitemap.razor#L22
Found markup element with unexpected name 'StaticHoverStyle'. If this is intended to be a component, add a @using directive for its namespace.
build: samples/AfterBlazorServerSide/Pages/ControlSamples/Menu/DatabindingSitemap.razor#L20
Found markup element with unexpected name 'StaticMenuItemStyle'. If this is intended to be a component, add a @using directive for its namespace.
build: samples/AfterBlazorServerSide/Pages/ControlSamples/Menu/DatabindingSitemap.razor#L10
Found markup element with unexpected name 'Menu'. If this is intended to be a component, add a @using directive for its namespace.
build
'BaseWebFormsComponent.runat' is obsolete: 'runat is not available in Blazor'
build: src/BlazorWebFormsComponents.Test/DataBinder/Eval_SimpleDataList.razor#L14
'DataBinder' is obsolete: '🚨 Do not use the DataBinder long-term in your projects. See LINK for documentation about how to migrate from the DataBinder 🚨'
build: src/BlazorWebFormsComponents.Test/DataBinder/Eval_SimpleRepeater.razor#L10
'DataBinder' is obsolete: '🚨 Do not use the DataBinder long-term in your projects. See LINK for documentation about how to migrate from the DataBinder 🚨'
build
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
build
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
build
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
build
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
build: src/BlazorWebFormsComponents.Test/ViewState/SimpleRepeater.razor#L28
'BaseWebFormsComponent.ViewState' is obsolete: 'ViewState is supported for compatibility and is discouraged for future use'
build: src/BlazorWebFormsComponents.Test/ViewState/SimpleRepeater.razor#L17
'BaseWebFormsComponent.ViewState' is obsolete: 'ViewState is supported for compatibility and is discouraged for future use'
build: src/BlazorWebFormsComponents.Test/DataBinder/Eval_SimpleListView.razor#L1
'DataBinder' is obsolete: '🚨 Do not use the DataBinder long-term in your projects. See LINK for documentation about how to migrate from the DataBinder 🚨'
build: src/BlazorWebFormsComponents/Menu.razor#L4
'BaseWebFormsComponent.ID' is obsolete: 'Use @ref instead of ID'
build: src/BlazorWebFormsComponents/HelperComponents/Eval.razor#L21
'DataBinder' is obsolete: '🚨 Do not use the DataBinder long-term in your projects. See LINK for documentation about how to migrate from the DataBinder 🚨'
build: src/BlazorWebFormsComponents/HelperComponents/BlazorWebFormsScripts.razor#L7
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context. Auto-generated code requires an explicit '#nullable' directive in source.
build: src/BlazorWebFormsComponents/Unit.cs#L10
'Unit' defines operator == or operator != but does not override Object.GetHashCode()
build: src/BlazorWebFormsComponents/Unit.cs#L10
'Unit' overrides Object.Equals(object o) but does not override Object.GetHashCode()
build: src/BlazorWebFormsComponents/DataList.razor.cs#L12
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/BlazorWebFormsComponents/DataList.razor.cs#L19
The annotation for nullable reference types should only be used in code within a '#nullable' annotations context.
build: src/BlazorWebFormsComponents/Button.razor.cs#L13
Obsolete member 'Button.PostBackUrl' overrides non-obsolete member 'ButtonBaseComponent.PostBackUrl'
build: src/BlazorWebFormsComponents/FontUnit.cs#L7
'FontUnit' defines operator == or operator != but does not override Object.GetHashCode()
build: src/BlazorWebFormsComponents/FontUnit.cs#L7
'FontUnit' overrides Object.Equals(object o) but does not override Object.GetHashCode()

Artifacts

Produced during runtime
Name Size Digest
test-results
70.6 KB
sha256:36643864ced6c05d08c030eefd47205704de36f38372a7d619df31a5812af47a