Closed TheSench closed 3 years ago
When test run event contains children, the children were already being added to the resulting testSuiteNode. Now the children are also added to nodesById to avoid them being duplicated when events for them are sent. This fixes #177.
testSuiteNode
nodesById
When test run event contains children, the children were already being added to the resulting
testSuiteNode
. Now the children are also added tonodesById
to avoid them being duplicated when events for them are sent. This fixes #177.Before PR
After PR