spec
spec copied to clipboard
Clarification on trigger for testCases
The documentation for test cases includes a trigger property however the description talks about testSuiteRun. After thinking about it the trigger property makes more sense to be a property on testSuiteRun this way it is clear what it's scope is.
I'm curious, how do you use "trigger"?
For me a trigger leads to a test suite being run. That matches the description of the property on the testSuiteRun events
What triggered this testSuiteRun
It doesn't however seem to fit on the testCaserun object which is why I am wondering if it should be a property on the testSuiteRun object