Test Bundles
component displayName="The name of my suite" asyncAll="boolean" labels="list" skip="boolean"{
}component displayName="My test suite" extends="testbox.system.BaseSpec"{
// executes before all tests
function beforeTests(){}
// executes after all tests
function afterTests(){}
}Bundle Annotations
Was this helpful?