【问题标题】:AVA: does not show failed tests within a timeout, only passedAVA:在超时内不显示失败的测试,只通过
【发布时间】:2017-09-21 10:01:36
【问题描述】:

我在 AVA 中使用的任何输出方法,例如Verbose、reporter 或其默认值始终输出通过的测试,但从不输出失败的测试。

找出哪些测试失败以及失败的原因变得越来越困难(没有消除过程,这并不理想):

  ✖ Exited because no new tests completed within the last 10000ms of inactivity

  55 tests passed [09:38:58]
  1 uncaught exception

最好,我想知道哪些测试在超时时间内失败,没有通过 - 我总共有 59 个测试。

有人在 AVA 中实现了这一点吗?

【问题讨论】:

    标签: ava


    【解决方案1】:

    有人在 AVA 中实现了这一点吗?

    没有,但有一个未解决的问题:https://github.com/avajs/ava/issues/583

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 2018-11-02
      • 1970-01-01
      • 2014-01-29
      • 1970-01-01
      • 1970-01-01
      • 2020-09-07
      • 2014-02-15
      • 1970-01-01
      相关资源
      最近更新 更多