Open matsbryntse opened 3 years ago
This is already there, the 1st argument for t.it() is TestDescriptorArgument: https://github.com/bryntum/siesta/blob/master/src/siesta/test/TestDescriptor.ts#L238
t.it()
TestDescriptorArgument
Basically it accepts the same properties as in project.plan()
project.plan()
This is already there, the 1st argument for
t.it()
isTestDescriptorArgument
: https://github.com/bryntum/siesta/blob/master/src/siesta/test/TestDescriptor.ts#L238Basically it accepts the same properties as in
project.plan()