Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Suite (package) name is not prepended to the classname attribute in the testcase element #179

Closed
danlz opened this issue Feb 5, 2020 · 0 comments · Fixed by #184
Closed

Comments

@danlz
Copy link

danlz commented 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.

name += '.'

This line should probably be:
name += pkgName + '.'

Currently the workaround is to use the classNameFormatter function to customize the classname attribute.

@danlz 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant