Unable to AddContext to Mochawesome Report
biz786 opened this issue · comments
biz786 commented
Hi im trying to addContext to the mochawesome reporter in a typescript+nodejs project.I can generate json and html file.
But i am unable to resolve the import....get ERROR:
Cannot find module 'mochawesome/addContext'
Environment
Typescript,nodejs,mocha,webdriverio
- WebdriverIO version:
- Node.js version: 6.0.0
- wdio testrunner - running synchronous tests:
- Additional wdio packages used (if applicable):
services:['chromedriver']
reporters:['spec','mochawesome']
reporterOptions:{
outputDir: './'
}
biz786 commented
biz786 commented
biz786 commented
biz786 commented
biz786 commented
@fijijavis any idea/help would be appreciated
Jim Davis commented
biz786 commented
@fijijavis yupp that was it ! Thanks a lot!