- Step(name?): ((target, propertyKey, descriptor) => void)
Returns ((target, propertyKey, descriptor) => void)
Method decorator
- (target, propertyKey, descriptor): void
Parameters
- target: any
- propertyKey: string | symbol
- descriptor: PropertyDescriptor
Returns void
Step decorator for marking scenario methods