Method | Description | |
---|---|---|
__construct ( $screenshotDir = '.' ) | ||
failScreenshots ( Behat\Behat\Hook\Scope\AfterStepScope $scope ) | ||
iPutABreakpoint ( ) | Pauses the scenario until the user presses a key. Useful when debugging a scenario. | |
iSaveAScreenshotIn ( $filename ) | Saving a screenshot |
Method | Description | |
---|---|---|
getBackground ( Behat\Behat\Hook\Scope\AfterStepScope $scope ) : Behat\Gherkin\Node\BackgroundNode | ||
getScenario ( Behat\Behat\Hook\Scope\AfterStepScope $scope ) : Behat\Gherkin\Node\ScenarioInterface |
public failScreenshots ( Behat\Behat\Hook\Scope\AfterStepScope $scope ) | ||
$scope | Behat\Behat\Hook\Scope\AfterStepScope |
public iPutABreakpoint ( ) |