Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@scbedd
Copy link
Owner

@scbedd scbedd commented Nov 11, 2025

Only visible on my fork for example.

Tests which do not record properly and need to be adjusted in a core location:

  • Should_set_and_get_content_type_directly_using_service
  • Should_list_appconfig_accounts

testResourcesPath = $hasTestResources ? $testResourcesPath : $null
hasLiveTests = $hasLiveTests
hasUnitTests = $hasUnitTests
hasRecordedTests = $hasRecordedTests
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I think you'll want to consume this on line 548 in Get-BuildMatrices

We should start setting an additional RunRecordedTests based on any $pathsToTest having hasRecordedTests.

You'll have to start passing $pathsToTest to Get-BuildMatrices as it corrently only depends on $serverDetails

    $serverDetails = @(Get-ServerDetails)
    $pathsToTest = @(Get-PathsToTest)
    $matrices = Get-BuildMatrices -Servers $serverDetails -PathsToTest $pathsToTest

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants