Hello
Describe the problem you have :
Currently there is no way to trigger an action when a TestSuiteCollection is started .
I need this feature because we are implementing a custom report builder and this feature is blocking the progress , we cannot retrieve all reports without an external tool.
Test Listeners are great for single tests but once you want to scale up your tests you are blocked, unless you use TestOps.
**Please let us know, how would your work be affected while this request has not been resolved?
I cannot continue my job, and have to work on something else while awaiting your response.
Describe the feature you’d like or how the current features need to be updated.
Adding the possibility @BeforeTestSuiteCollection and @AfterTestSuiteCollection test suite collections .