Giter Site home page Giter Site logo

Comments (3)

adamgruber avatar adamgruber commented on June 19, 2024

Thanks for opening an issue but you'll need to provide more information in order for me to look into this. Please use the following template:

Describe the bug
A clear and concise description of what the bug is.

Code Reproduce
Link to repo where the issue can reliably be reproduced:

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

Environment (please complete the following information):

  • Platform
  • mochawesome version
  • mocha (or other test library) version
  • Node version

Additional context
Add any other context about the problem here.

from mochawesome-report-generator.

CDTester avatar CDTester commented on June 19, 2024

The Bug
When using Mocha step functions, the following steps:
Step1 Pass
Step 2 Pass
Step 3 Pass
Step 4 Fail
Step 5 Skipped

Have a summary of :
5 Tests, 3 Passed, 1 Failed, 4 Skipped

The steps before the failed step are reported as 'Passed' but they are also reported as 'Pending'. This is reflected in the summary section as text and chart form.

This issue is not seen when using Mocha it functions. The reporting is correct. (3 Passed, 1 Failed, 1 Skipped)
Also when using Mocha steps, if a step is skipped instead of failed, the report also shows the correct summary. (4 Passed, 1 Skipped)

Expected behaviour
For the Mocha step issue, the test steps:
Step1 Pass
Step 2 Pass
Step 3 Pass
Step 4 Fail
Step 5 Skipped

I expect the summary to show:
5 Tests, 3 Passed, 1 Failed, 1 Skipped

Code
I do not have a repo on github to reproduce But I have attached the test report and test files.
mochawesome_pending_bug.zip

Environments
Node version 16..17.0
NPM version 8.19.2
Mocha version 10.0.0
Mochawesome version 7.1.3
mochawesome-report-generator version 6.2.0
mocha-multi-reporters version 1.5.1

from mochawesome-report-generator.

CDTester avatar CDTester commented on June 19, 2024

run tests using
npm run test -- tests in zip file

package.json script
"test": "mocha --config ./test/.mocharc.js --no-warnings --no-deprecation",

mocha config file
reporter in config file is set up as:
reporter: 'mocha-multi-reporters', 'reporter-option': ['configFile=./config/default.json'],

reporter-options config file
"mochawesomeReporterOptions": {
"inline": true,
"code": false,
"charts":true,
"reportDir": "test-report",
"reportFilename": "test-report.html",
"reportPageTitle": "Test Report"
},

from mochawesome-report-generator.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.