What are you trying to achieve?
When I subscribe to the event.suite.before or event.suite.after event, I expect a suite object passed, as per spec.
What do you get instead?
I get no arguments. Same issue for helper's _beforeSuite and _afterSuite methods.
What are you trying to achieve?
When I subscribe to the
event.suite.beforeorevent.suite.afterevent, I expect a suite object passed, as per spec.What do you get instead?
I get no arguments. Same issue for helper's
_beforeSuiteand_afterSuitemethods.