可以在停止赛普拉斯跑者之后生成黄瓜报告

发布于 2025-01-23 09:32:48 字数 259 浏览 4 评论 0原文

我正在使用柏树 +黄瓜。尝试失败测试并跳过步骤,如果其中一个失败。为此,我正在使用以下代码:

afterEach(function () {
    if (this.currentTest.state === 'failed') {
        Cypress.runner.stop()
    }
});

但是,如果我使用此代码并进行了测试失败,则我不会在Cucumber-Json文件夹中收到任何报告。也许有人为此有解决方案吗?

I am using Cypress + Cucumber. Trying to fail test and skip steps if one of the failed. For this, I'm using the following code:

afterEach(function () {
    if (this.currentTest.state === 'failed') {
        Cypress.runner.stop()
    }
});

But if I use this and test failed I don't receive any reports in cucumber-json folder. Maybe someone has a solution for this?

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

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

发布评论

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