Skip to content
New issue

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 : duplicates for allure-results files #73

Open
1 task
jaroslavdosov opened this issue Jun 9, 2022 · 4 comments
Open
1 task

Comments

@jaroslavdosov
Copy link

I'm submitting a ...

  • bug report

What is the current behavior?

AllureParametrizedRunner creates duplicate allure-results .json files

Сlass example with test:

@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 for this test:

allure-results.zip

screen cast of the report:

screen.cast.mov

Environment:

Allure integration [email protected]
@Pihu14
Copy link

Pihu14 commented Apr 13, 2023

I am also seeing this issue

@Pihu14
Copy link

Pihu14 commented Apr 13, 2023

@jaroslavdosov - did u find the reason for the issue?

@Linrey
Copy link

Linrey commented May 29, 2023

Defect reproduced when migrating from gradle 7.5.3 to 8.1.1

@petrdunaj
Copy link

I'm also facing it

API30
Gradle 8.0.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants