RaspFR

Results 4 comments of RaspFR

Hi all, I'm experiencing the same issue. - I've installed mocha as de depenency (npm install mocha --save) in my nightwatchjs test solution. (nightwatchjs 0.9.19) : ` "dependencies": { "mocha":...

If I'm using the "list" or "spec" reporter for instance, everything works fine.

so when there is test fails with mochawesome, it seems to fail here in the base.js file. the issue is related to the test.titlePath().forEach() : ```javascript //indented test title var...

I've added some test title options in my json file but I'm still facing the issue :'(. @adamgruber Any hint ? ```json "test_runner" : { "type" : "mocha", "options" :...