Skip to content

LoversOfBehat/ScreenshotExtension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/'

About

Behat extension for taking screenshots of failed steps

Resources

Stars

Watchers

Forks

Packages

No packages published