Skip to content

Instantly share code, notes, and snippets.

View AntoineLelaisant's full-sized avatar

Antoine Lelaisant AntoineLelaisant

View GitHub Profile

Keybase proof

I hereby claim:

To claim this, I am signing this object:

<?php
namespace features\Context;
use Behat\Behat\Hook\Scope\AfterScenarioScope;
use Behat\Mink\Driver\Selenium2Driver;
use Behat\MinkExtension\Context\RawMinkContext;
class ScreenshotContext extends RawMinkContext
{