jenkinsci / jenkinsci/postbuild-task-plugin

[JENKINS-11915] Allow For More Levels In Test Reporting Results Page

Open
#34 0 comments 0 reactions 0 assignees View on GitHub
component:postbuild-task-plugin imported-jira-issue priority:major resolution:unresolved
Dominant language
Java
Stars
8
Forks
19
Avg merge
38m
Merged PRs (30d)
1

Description

Since someone else has already described the issue I have been having, I copied their question from another website (http://jenkins.361315.n4.nabble.com/Hierarchical-test-case-td3998862.html#none)

Is it possible to have more than 3 level of tests groups in the result page ?

I mean, if I have a test named "package.classgroup.class.name", for the moment I get

Package name = "package.classgroup"

Class name: "class"

Test case Name : "name"

I would like to have

Package name = "package"

Class name "classgroup"

Class name: "class"

Test case Name : "name"

And any number of "class name" I want. Is is possible?

---
Originally reported by mel85, imported from: Allow For More Levels In Test Reporting Results Page


  • status: Open
  • priority: Major
  • component(s): postbuild-task-plugin
  • label(s): reporting, testng
  • resolution: Unresolved
  • votes: 0
  • watchers: 0
  • imported: 20251223-222157

Raw content of original issue

Since someone else has already described the issue I have been having, I copied their question from another website (http://jenkins.361315.n4.nabble.com/Hierarchical-test-case-td3998862.html#none)

Is it possible to have more than 3 level of tests groups in the result page ?
I mean, if I have a test named "package.classgroup.class.name", for the moment I get
Package name = "package.classgroup"
Class name: "class"
Test case Name : "name"

I would like to have

Package name = "package"
Class name "classgroup"
Class name: "class"
Test case Name : "name"

And any number of "class name" I want. Is is possible?

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.