codeceptjs / codeceptjs/CodeceptJS

Skipped tests are shown in cli report within test execution

Offen
#4,529 6 Kommentare 0 Reaktionen 0 zugewiesene Personen Auf GitHub ansehen
Vorherrschende Sprache
JavaScript
Sterne
4.2k
Forks
757
Ø Merge
2 T. 9 Std.
Gemergte PRs (30 T.)
16

Beschreibung

#### 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,
}
}
}
},
```

Beitragsleitfaden

Beitragsleitfaden öffnen

Bewertung

Dieses Issue wurde noch nicht bewertet.

Neue Issues direkt in Ihr Postfach

Eine kurze Übersicht über anfängerfreundliche GitHub-Issues.