Protocol
TestTool
public protocol TestTool
Represents a tool for testing scenarios managed by playbooks.
Relationships
Types Conforming to TestTool
Snapshot
The testing tool which generates snapshot images from scenarios managed by
Playbook
.
Requirements
run(with:)
func run(with playbook: Playbook) throws
Runs testing for passed Playbook
instance.
Parameters
Name | Type | Description |
---|---|---|
playbook | Playbook |
A |