We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
AllureParametrizedRunner creates duplicate allure-results .json files
@RunWith(AllureParametrizedRunner::class) class DashBoardScreenshots(private val local: String) : AbstractTest() { companion object { @JvmStatic @Parameterized.Parameters fun parameters() = arrayOf( arrayOf("en"), arrayOf("ru") ) } @Test fun dashboardScreenshots() { waitScreen() WaitTools.waitScreenImages() Tools.screenshot("${local}_Today") } }
allure-results.zip
The text was updated successfully, but these errors were encountered:
I am also seeing this issue
Sorry, something went wrong.
@jaroslavdosov - did u find the reason for the issue?
Defect reproduced when migrating from gradle 7.5.3 to 8.1.1
I'm also facing it
API30 Gradle 8.0.2
No branches or pull requests
I'm submitting a ...
What is the current behavior?
AllureParametrizedRunner creates duplicate allure-results .json files
Сlass example with test:
allure-results for this test:
allure-results.zip
screen cast of the report:
screen.cast.mov
Environment:
The text was updated successfully, but these errors were encountered: