TestNG Reporter org.testng.reporters.JUnitReportReporter@7a79be86 failed to execute java.util.ConcurrentModificationException

I am new to TestNG platform, I wrote a script for an application using the TestNG environment. The script is working fine, but still I get an error at the end of the console. Error. Please someone can help me. Thank you in advance. enter image description here

+5
source share
1 answer

Edit: Fixed in 6.10

This is a known issue in the latest version (6.9.13.x) and will be fixed in the next version: https://github.com/cbeust/testng/issues/1168

The problem also appears during testing with the release - 6.8.

+6
source

Source: https://habr.com/ru/post/1258697/


All Articles