allure-mocha example is not using allure-mocha
See original GitHub issueI’m submitting a …
- bug report
- feature request
- support request => Please do not submit support request here, see note at the top of this template.
What is the current behavior?
allure-mocha
’s example is not not using module allure-mocha
If the current behavior is a bug, please provide the steps to reproduce and if possible a minimal demo of the problem
Example repository is mocha-allure2-example.
It’s package.json has only one package from allure ecosystem: mocha-allure2-reporter.
mocha-allure2-reporter’s the only one dependecy is allure2-js-commons.
But allure-mocha’s dependecy is allure-js-commons.
So there is nothing in common, and current example link leads to wrong example.
What is the expected behavior?
allure-mocha
should provide correct example
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
Allure version | 2.7.0 |
---|---|
Test framework | jest@latest |
Allure adaptor | allure-mocha@latest |
Generate report using | allure-jenkins@latest |
Other information
Issue Analytics
- State:
- Created 3 years ago
- Comments:8 (5 by maintainers)
Top Results From Across the Web
allure-mocha - TypeError: Cannot read property 'epic' of ...
I'm trying to do this configuration, but allure is undefined. Do you have any example calling allure method from mocha tests using ......
Read more >can not access global 'allure' object using mocha-allure
Try the below one const allure = require('mocha-allure-reporter');. allure is a global identifier, injected by reporter to your code.
Read more >allure-mocha - npm
Start using allure-mocha in your project by running `npm i allure-mocha`. There are 4 other projects in the npm registry using allure-mocha.
Read more >allure-framework/allure-core - Gitter
I'm running instrumented tests in Java with Gradle, and configured the resultsDir and reportDir. Any idea? Thank you!
Read more >Madison Lacquered Brass Table Lamp With Allure Mocha Maze ...
Available with the Allure Mocha Maze Panaz Rocke Drum Shade. Madison Statuesque, sculptural table lamp made up of two tall interconnecting tapered rectangles...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@iamolegga will update
ts-test-decorators
as soon as #138 is merged and a new allure-js version is released. Already tested is locally. So stay tuned.Thanks!