Skip to content

alexandresalome/journal-extension

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Behat - Journal Extension

This extension provides a HTML format for Behat with screenshots.

Installation

Add it to your composer.json:

{
    "require": {
        "alom/journal-extension": "dev-master"
    }
}

Configure behat.yml:

default:
    extensions:
        Behat\JournalExtension\Extension:
            driver: mink # available: mink, webdriver
            capture_all: true # defaults to false to only capture on failure

Launch your test suite with format journal:

$ bin/behat -f journal --out journal.html [feature, ...]

This command will produce a file journal.html containing the HTML standard output with additional screenshots.

Screenshot files will be placed in the same folder as the main output file. Any old screenshots are removed from the output folder first.

To get another progress on screen while journal report is being generated, use behat.yml:

formatter:
        name: journal,pretty
        parameters:
            output_path: wwwdocs/features/index.html,null

To work, you have to use proper extension for it. Supported are:

About

Behat extension to add screenshots in HTML reports

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages