Skip to content

AllureParametrizedRunner : duplicates for allure-results files #73

@jaroslavdosov

Description

@jaroslavdosov

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]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions