bhecquet / seleniumRobot

SeleniumRobot is a test framework based on Selenium webdriver + Appium + Cucumber
Apache License 2.0
7 stars 7 forks source link

invocationCount and threadpool lead to error #626

Closed bhecquet closed 9 months ago

bhecquet commented 9 months ago

Scenario to reproduce: HAve a test

@Test(groups="stub", invocationCount = 3, threadPoolSize = 2)
public void someTest() {
}

Expected result: Result summary contains the 3 execution results

Current result: Only one execution result is presented in report and there is also error in report generation dur to collision in output folder

Other context information