使用 Compare-Object 进行纠缠测试在天蓝色管道中失败

发布于 2025-01-20 10:07:56 字数 494 浏览 4 评论 0原文

我正在比较两个看起来完全一样的文件,当我在本地测试时,没有问题,但是当我在Azure Pipeline中运行测试时,测试失败并说它看起来不一样。

我不知道为什么或如何进行调试?

    Context "Azure Hierarchy" {
        It "Article is updated" {
            $FileContent = Get-Content $AzureHierarchyDocsFilePath
            Compare-Object -ReferenceObject $AzureHierarchy -DifferenceObject $FileContent -CaseSensitive |
            Should -BeNullOrEmpty 
        }
    }

I am comparing two files which looks exactly alike, and when I test locally there is no problem, but when i run the test in my azure pipeline, the test fails and says it does not look alike.

I have no idea why or what to do for debugging?

    Context "Azure Hierarchy" {
        It "Article is updated" {
            $FileContent = Get-Content $AzureHierarchyDocsFilePath
            Compare-Object -ReferenceObject $AzureHierarchy -DifferenceObject $FileContent -CaseSensitive |
            Should -BeNullOrEmpty 
        }
    }

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。
列表为空,暂无数据
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文