codeceptjs / codeceptjs/CodeceptJS

Skipped tests are shown in cli report within test execution

未关闭
#4,529 6 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
主要语言
JavaScript
星标
4.2k
派生
757
平均合并
2 天 9 小时
30 天内合并 PR
16

描述

#### What are you trying to achieve?
In cli within test execution to see only passed/failed tests

#### What do you get instead?

While test execution except passed/failed tests, skipped tests also displayed that make track execution more difficult

![Screenshot 2024-10-27 at 10 31 37](https://github.com/user-attachments/assets/294d5eff-44ea-48cf-9b4b-f6cfcfccd994)

### Details

* CodeceptJS version: 3.6.5
* NodeJS Version: 20
* Operating System: Mac/Linux
* playwright: 1.38.1
* Configuration file:

```js
/** Mocha reporter */
mocha: {
reporterOptions: {
"codeceptjs-cli-reporter": {
stdout: "-",
options: {
verbose: true,
features: true,
}
},
"mocha-junit-reporter": {
stdout: "-",
options: {
mochaFile: 'output/result.[hash].xml',
includePending: false,
}
}
}
},
```

贡献指南

打开贡献指南

评估

这个 Issue 还没有评估数据。

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。