You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This line should probably be: name += pkgName + '.'
Currently the workaround is to use the classNameFormatter function to customize the classname attribute.
The text was updated successfully, but these errors were encountered:
danlz
changed the title
Suite (package) name is not written to the classname attribute in the testcase element
Suite (package) name is not prepended to the classname attribute in the testcase element
Feb 5, 2020
If you set the
suite
property in the config, then this value is not prepended to the classname attribute in the testcase element.karma-junit-reporter/index.js
Line 144 in 2f43e50
This line should probably be:
name += pkgName + '.'
Currently the workaround is to use the
classNameFormatter
function to customize the classname attribute.The text was updated successfully, but these errors were encountered: