Skip to content

Playwright test file attachment data engine #739

Playwright test file attachment data engine

Playwright test file attachment data engine #739

Triggered via pull request August 12, 2026 11:31
Status Failure
Total duration 1m 5s
Artifacts

playwright-tests.yml

on: pull_request
Run Playwright Tests
1m 0s
Run Playwright Tests
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 11 warnings
Run Playwright Tests
Process completed with exit code 1.
Run Playwright Tests
No files were found with the provided path: **/*playwright_test_results.trx. No artifacts will be uploaded.
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)