mkrishnan89
2 years agoVisitor
Event Handler for specific Test Suite
Hi, I have a readyAPI project with many testsuites.
some of the test suites need to have a dynamic header (Token/cert etc). While other suites doesn't need them.
I have event handler to insert these headers and clear after each request (RequestFilter.filterRequest && RequestFilter.AfterRequest).
How can i configure event handler to be invoke this only for specific test suites?