Skip to content

Playwright Tests

Playwright Tests #4

Manually triggered February 9, 2026 15:12
Status Failure
Total duration 56s
Artifacts

playwright-tests.yml

on: workflow_dispatch
Run Playwright Tests
50s
Run Playwright Tests
Fit to window
Zoom out
Zoom in

Annotations

4 errors and 11 warnings
Run Playwright Tests
Process completed with exit code 127.
Run Playwright Tests
No test report files were found
Run Playwright Tests
Process completed with exit code 127.
Run Playwright Tests
Process completed with exit code 100.
Run Playwright Tests
No file matches path **/playwright_test_results.trx
Run Playwright Tests: source/AAS.TwinEngine.Plugin.TestPlugin/Infrastructure/Providers/MockData.cs#L8
Non-nullable property 'SubmodelData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run Playwright Tests: source/AAS.TwinEngine.Plugin.TestPlugin/Infrastructure/Providers/MockData.cs#L7
Non-nullable property 'MetaData' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run Playwright Tests: source/AAS.TwinEngine.Plugin.TestPlugin/Api/Submodel/Services/JsonSchemaParser.cs#L47
Possible null reference argument for parameter 'definitions' in 'SemanticTreeNode JsonSchemaParser.ProcessProperty(string schemaPropertyName, JsonSchema property, DefinitionsKeyword definitions)'.
Run Playwright Tests: source/AAS.TwinEngine.Plugin.TestPlugin/ApplicationLogic/Services/Submodel/Config/Semantics.cs#L10
Non-nullable property 'IndexContextPrefix' must contain a non-null value when exiting constructor. Consider adding the 'required' modifier or declaring the property as nullable.
Run Playwright Tests: source/AAS.TwinEngine.Plugin.TestPlugin.PlaywrightTests/ApiTestBase.cs#L52
Change the return type of method 'ApiTestBase.Base64EncodeUrl(string)' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1055)
Run Playwright Tests: source/AAS.TwinEngine.Plugin.TestPlugin.PlaywrightTests/ApiTestBase.cs#L16
Change the type of property 'ApiTestBase.BaseUrl' from 'string' to 'System.Uri' (https://learn.microsoft.com/dotnet/fundamentals/code-analysis/quality-rules/ca1056)