Skip to content

Added implementation for super Path endpoints #748

Added implementation for super Path endpoints

Added implementation for super Path endpoints #748

Triggered via pull request August 17, 2026 06:50
Status Failure
Total duration 56s
Artifacts

playwright-tests.yml

on: pull_request
Run Playwright Tests
52s
Run Playwright Tests
Fit to window
Zoom out
Zoom in

Annotations

10 errors and 11 warnings
Run Playwright Tests: source/AAS.TwinEngine.DataEngine.UnitTests/Api/SubmodelRepository/SubmodelRepositoryControllerTests.cs#L97
Argument 4: cannot convert from '<null>' to 'AAS.TwinEngine.DataEngine.Api.SubmodelRepository.Requests.Level'
Run Playwright Tests: source/AAS.TwinEngine.DataEngine.UnitTests/Api/SubmodelRepository/SubmodelRepositoryControllerTests.cs#L97
Argument 3: cannot convert from '<null>' to 'System.Threading.CancellationToken'
Run Playwright Tests: source/AAS.TwinEngine.DataEngine.UnitTests/Api/SubmodelRepository/SubmodelRepositoryControllerTests.cs#L85
'object' does not contain a definition for 'extent' and no accessible extension method 'extent' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)
Run Playwright Tests: source/AAS.TwinEngine.DataEngine.UnitTests/Api/SubmodelRepository/SubmodelRepositoryControllerTests.cs#L84
'object' does not contain a definition for 'level' and no accessible extension method 'level' accepting a first argument of type 'object' could be found (are you missing a using directive or an assembly reference?)
Run Playwright Tests: source/AAS.TwinEngine.DataEngine.UnitTests/Api/SubmodelRepository/SubmodelRepositoryControllerTests.cs#L81
Argument 4: cannot convert from 'System.Threading.CancellationToken' to 'AAS.TwinEngine.DataEngine.Api.SubmodelRepository.Requests.Extent'
Run Playwright Tests: source/AAS.TwinEngine.DataEngine.UnitTests/Api/SubmodelRepository/SubmodelRepositoryControllerTests.cs#L81
Argument 3: cannot convert from 'AAS.TwinEngine.DataEngine.Api.SubmodelRepository.Requests.Extent' to 'AAS.TwinEngine.DataEngine.Api.SubmodelRepository.Requests.Level'
Run Playwright Tests: source/AAS.TwinEngine.DataEngine.UnitTests/Api/SubmodelRepository/SubmodelRepositoryControllerTests.cs#L80
Argument 2: cannot convert from 'AAS.TwinEngine.DataEngine.Api.SubmodelRepository.Requests.Level' to 'System.Threading.CancellationToken'
Run Playwright Tests: source/AAS.TwinEngine.DataEngine.UnitTests/Api/SubmodelRepository/SubmodelRepositoryControllerTests.cs#L66
Argument 4: cannot convert from 'System.Threading.CancellationToken' to 'AAS.TwinEngine.DataEngine.Api.SubmodelRepository.Requests.Extent'
Run Playwright Tests: source/AAS.TwinEngine.DataEngine.UnitTests/Api/SubmodelRepository/SubmodelRepositoryControllerTests.cs#L66
Argument 3: cannot convert from '<null>' to 'AAS.TwinEngine.DataEngine.Api.SubmodelRepository.Requests.Level'
Run Playwright Tests: source/AAS.TwinEngine.DataEngine.UnitTests/Api/SubmodelRepository/SubmodelRepositoryControllerTests.cs#L66
Argument 2: cannot convert from '<null>' to 'System.Threading.CancellationToken'
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/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/Infrastructure/Providers/MetaDataProvider/Helper/AssetIdMatcher.cs#L21
Possible null reference argument for parameter 'identifierValue' in 'bool AssetIdMatcher.MatchesGlobalAssetId(string? shellGlobalAssetId, string identifierValue)'.
Run Playwright Tests: source/AAS.TwinEngine.Plugin.TestPlugin/Infrastructure/Providers/MetaDataProvider/Helper/Paginator.cs#L34
Possible null reference argument for parameter 'arg' in 'string Func<T, string>.Invoke(T arg)'.
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.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)