core 0.7.1 API

Packages
Package
Description
The root package of Shakespeare contains all classes needed to implement the basic Screenplay concepts: Actor, Ability, Task, and Question.
The reporting package contains classes and interfaces for reporting what an Actor does: Reporter is the main interface, LoggingReporter is the interface for reporters that generate logs, Slf4jReporter is its default implementation, FileReporter can be extended to generate report files.