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
when i use allure-gradle plugin in my test project which use data driven @factory annotation, output will generate 9 test case based on 3 base test cases
in my test project, i use both allure-gradle and allure-testng-adapter to generate report as comparison
allure-testng-adapter can recognize all 9 test case
allure-gradle will only see 3 test case
If the current behavior is a bug, please provide the steps to reproduce and if possible a
I'm submitting a ...
What is the current behavior?
when i use allure-gradle plugin in my test project which use data driven @factory annotation, output will generate 9 test case based on 3 base test cases
in my test project, i use both allure-gradle and allure-testng-adapter to generate report as comparison
allure-testng-adapter can recognize all 9 test case
allure-gradle will only see 3 test case
If the current behavior is a bug, please provide the steps to reproduce and if possible a
allure-test.zip
open the project
see the generated allure report
What is the expected behavior?
allure-gradle should recognize data driven test case as different one
What is the motivation / use case for changing the behavior?
Please tell us about your environment:
| Allure version | 2.6.0 |
Other information
The text was updated successfully, but these errors were encountered: