core3-utils

@wixc3/testing on Github

Home > @wixc3/testing > StepBase

StepBase interface

Common step props

Signature:

export interface StepBase<T extends Info = Info, R = any> extends Promise<R> 

Extends: Promise<R>

Properties

Property Modifiers Type Description
[description](/core3-utils/testing.stepbase.description.html) [Description](/core3-utils/testing.description.html)<[StepBase](/core3-utils/testing.stepbase.html)<T>>
[info](/core3-utils/testing.stepbase.info.html) T
[stack](/core3-utils/testing.stepbase.stack.html) string