externalLog
Hierarchy
- Interaction
- Log
Index
Methods
staticexternalthe
Instantiates a new interaction to
Log
Note 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
Activity
was instantiated.Returns FileSystemLocation
externalperformAs
Instructs the provided
Actor
to 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
Actor
to 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 theConsoleReporter
or attached to the HTML report by theSerenityBDDReporter
.Logging static and
Answerable
values