You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using Sampler build configuration with Output: Detailed it only displays a summary of the executed tests instead of the individual tests that are executed:
Below see the build.yml config:
The text was updated successfully, but these errors were encountered:
Are you running using the task Invoke_HQRM_Tests? Your build.yaml should include te task Invoke_HQRM_Tests_Stop_On_Fail which runs Invoke_HQRM_Tests and Fail_Build_If_HQRM_Tests_Failed, all tasks from this module.
The older task DscResource_Tests_Stop_On_Fail (part of Sampler) is only meant to be used with the older v4 tests.
Running tests from 'D:\a\1\s\output\RequiredModules\DscResource.Test\0.16.2\Tests\QA\MarkdownLinks.common.v5.Tests.ps1'
Describing Common Tests - Validate Markdown Links
Context When markdown file 'CHANGELOG.md' exist
[+] Should not contain any broken links 525ms (520ms|5ms)
Context When markdown file 'CODE_OF_CONDUCT.md' exist
[+] Should not contain any broken links 21ms (16ms|5ms)
Context When markdown file 'CONTRIBUTING.md' exist
[+] Should not contain any broken links 37ms (35ms|3ms)
Context When markdown file 'README.md' exist
[+] Should not contain any broken links 18ms (15ms|3ms)
Context When markdown file 'SECURITY.md' exist
[+] Should not contain any broken links 8ms (5ms|3ms)
johlju
changed the title
Pester V5 test results does not display details of the executed tests.
Pester V5 test results does not display details of the executed tests
Nov 24, 2023
When using Sampler build configuration with Output: Detailed it only displays a summary of the executed tests instead of the individual tests that are executed:
Below see the build.yml config:
The text was updated successfully, but these errors were encountered: