codeceptjs / codeceptjs/CodeceptJS
Skipped tests are shown in cli report within test execution
- Lingua principale
- JavaScript
- Stelle
- 4.2k
- Fork
- 757
- Merge medio
- 2g 9h
- PR unite (30g)
- 16
Descrizione
#### 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

### 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,
}
}
}
},
```
Guida per i contributori
Apri la guida per i contributori
Valutazione
Questa issue non è ancora stata valutata.