Skip to content

Add classname attribute to ESlint JUnit testcase

Fabio Pitino requested to merge default-junit-classname-to-file into master

What does this MR do?

Related to https://gitlab.com/gitlab-org/gitlab-ce/issues/50964 and partially fixes it.

This solves the issue when ESlint does not provide classname attribute in the testcase. Implementation is similar to what was done for TSlint in https://github.com/palantir/tslint/pull/4327.

Why this MR does not contain any code?

Implementation has been moved to the ESlint package on GitHub repository: https://github.com/eslint/eslint/pull/11683.

This MR is left here to track external progresses.

Edited by Fabio Pitino

Merge request reports