ArtifactArchiver
Implements
Index
Methods
Constructors
Methods
staticstoringArtifactsAt
Instantiates an
ArtifactArchiver
storing artifacts in a givendestination
. Thedestination
directory will be created automatically and recursively if it doesn’t exist.Parameters
rest...destination: string[]
Returns StageCrewMember
staticfromJSON
Instantiates an
ArtifactArchiver
storing artifacts in a givenoutputDirectory
. TheoutputDirectory
will be created automatically and recursively if it doesn’t exist.Parameters
config: { outputDirectory: string }
Returns StageCrewMember
assignedTo
Assigns a Stage to this StageCrewMember
Parameters
stage: Stage
Returns StageCrewMember
notifyOf
Handles DomainEvent objects emitted by the StageManager.
Parameters
event: DomainEvent
Returns void
Constructors
constructor
Parameters
fileSystem: FileSystem
optionalstage: Stage
The stage this StageCrewMember should be assigned to
Returns ArtifactArchiver
Stores any artifacts emitted via ArtifactGenerated events on the FileSystem.
Registering Artifact Archiver programmatically
Using Artifact Archiver with Playwright Test
Using Artifact Archiver with WebdriverIO
Using Artifact Archiver with Protractor