event handler target to exclude a specific test suite
Hi all, in my current test project, I want an event (TestRunListener.beforeRun) to be run before each test case except of the test cases of one certain test suite. Example: Testsuite 1 - TestcaseA...