allure-framework / allure-framework/allure-java
Add supports for categorize test cases with TestNG Groups
- 主要语言
- Java
- 星标
- 376
- 派生
- 240
- 平均合并
- 1 天 7 小时
- 30 天内合并 PR
- 45
描述
[//]: # (
. Note: for support questions, please use Stackoverflow or Gitter**.
. This repository's issues are reserved for feature requests and bug reports.
.
. In case of any problems with Allure Jenkins plugin** please use the following repository
. to create an issue: https://github.com/jenkinsci/allure-plugin/issues
.
. Make sure you have a clear name for your issue. The name should start with a capital
. letter and no dot is required in the end of the sentence. An example of good issue names:
.
. - The report is broken in IE11
. - Add an ability to disable default plugins
. - Support emoji in test descriptions
)
#### I'm submitting a ...
- feature request
#### What is the current behavior?
Recently, I came across the problem that I wasn't able to check the results of test case group wise when I executed the same test case in different groups in different Jenkins jobs.
Below is the scenario:
1. Test case **A** is a part of group UK and US.
2. Trigger Jenkins job **J** to execute test case **A** in Jenkins job **J1** as a part of UK and in Jenkins job **J2** as a part of US.
4. Copy allure artifacts of **J1** and **J2** in **J** and merge the report using allure Jenkins plugin.
**Results**: Jenkins job **J** merged test case **A** results as a history.
#### What is the expected behavior?
I want to see the execution results group-wise for clear understanding.
#### Please tell us about your environment:
No need to specify as its feature request.
贡献指南
调研方向
首先检查 issue 中描述的 TestNG 集成和 Jenkins 合并场景。确定当前如何表示组成员关系和合并后的结果,然后定义测试以区分在 UK 组和 US 组中执行的同一个用例;当合并后的报告按组展示这些执行结果时,即表示完成。
由索引模型根据 Issue 内容生成。
评估
- 技术栈
- java
- 领域
- testing
- Issue 类型
- 功能
- 难度
- 5/5
- 预计耗时
- 一周以上
- 活跃度
- 停滞
- 描述清晰度
- 基本清楚
- 新手友好度
- 25/100