Playbook Documentation Beta

Protocol Test​Tool

public protocol TestTool 

Represents a tool for testing scenarios managed by playbooks.

TestTool TestTool Snapshot Snapshot Snapshot->TestTool

Types Conforming to Test​Tool

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

playbook Playbook

A Playbook instance to be tested.