Closed mmatra closed 3 years ago
Found one more change. We recently migrated from webpack 4 to webapck 5, can this cause an issue ?
I'm not able to reproduce the issue you are seeing. If possible, can you provide a small example repo illustrating the issue?
issue is resolved internally. 'reporter-options' is transformed in 'reporter-option' with lib/cli/options loadOption method
That's why when you try to read the output of the function, 'reporter-options' was undefined as everything is in 'reporter-option' (the official one, 'reporter-options' is only an alias)
You just don't read at the correct place
Thanks @paztis for your help. @adamgruber , Thanks for your support and time.
We recently upgraded mochawesome version and post update we see report options which we have configured are not being used. The code was working fine from last 2 years, but now suddenly after the update it stopped. Below
Versions used previously
New versions which we are using now
We never used to see code in our test report when we introduced
'enableCode=false'
Now after updating moch and mochapack enableCode option is not working. Even the report name is different than what we have configured in report options.