-
Notifications
You must be signed in to change notification settings - Fork 23
Open
Description
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:
screen cast of the report:
screen.cast.mov
Environment:
| Allure integration | [email protected] |
|---|
Metadata
Metadata
Assignees
Labels
No labels