Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 440 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 440 Bytes

ScreenshotExtension

This library allows to save screenshots whenever a step fails in a Behat scenario.

Installation

$ composer require lovers-of-behat/screenshot-extension

Configuration

Add the extension to your behat.yml:

suites:
  extensions:
    LoversOfBehat\ScreenshotExtension:
      storage:
        filesystem:
          path: '/path/to/screenshots/directory/'