externalLog
Hierarchy
- Interaction
- Log
Index
Methods
staticexternalthe
Instantiates a new interaction to
LogNote that this method accepts variable number of arguments, so that you can easily log several values at the same time.
Parameters
externalrest...items: any[]
The items to be logged
Returns Interaction
externalinstantiationLocation
Returns the location where this
Activitywas instantiated.Returns FileSystemLocation
externalperformAs
Instructs the provided
Actorto perform thisInteraction.Learn more
Parameters
externalactor: UsesAbilities & AnswersQuestions & CollectsArtifacts
Returns Promise<void>
externaldescribedBy
Resolves the description of this object in the context of the provided
actor.Parameters
externalactor: AnswersQuestions & UsesAbilities & { name: string }
Returns Promise<string>
externaltoString
Returns a human-readable description of this object.
Returns string
Instructs the
Actorto collect arbitrary static values and answers to answerables, so that they can be sent to the stage crew members and printed to the terminal by theConsoleReporteror attached to the HTML report by theSerenityBDDReporter.Logging static and
Answerablevalues