Skipped tests are shown in cli report within test execution
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:
/** 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,
}
}
}
},
skipped tests are displayed with flag --reporter mocha-multi
well, I think the skipped tests are displaying by default and currently, there is not option to hide them.
@kobenguyent they didn't display in 3.5.2 version, the problem appeared after this version when we did update. We did rollback to the 3.5.2 version and again no issue with skipped tests, they shown only in result line
Could you kindly verify if you have observed this issue since the release of version 3.6.x?
@kobenguyent I can see this issue in 3.5.8 version but in 3.5.2 it works correctly (without skipped tests in cli)
Facing the same issue with the latest version. Resulting in elevated counts in the allure report.
@kobenguyent