You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In some cases during test method execution different additional long-running actions may be required (video recording/downloading for example) that are executed asynchronously to not interfere with test execution. In 'After' methods results of those actions should be attached to the TestItem. To provide access to the stored TestItems structure from the test context TestItemTree is used and to use it's content for reporting ItemTreeReporter is used.