You are here

private property DebugContext::$screenshotCount in Lightning Core 8.2

Same name and namespace in other branches
  1. 8.5 tests/contexts/DebugContext.behat.inc \Acquia\LightningExtension\Context\DebugContext::screenshotCount
  2. 8.3 tests/contexts/DebugContext.behat.inc \Acquia\LightningExtension\Context\DebugContext::screenshotCount
  3. 8.4 tests/contexts/DebugContext.behat.inc \Acquia\LightningExtension\Context\DebugContext::screenshotCount

The number of screenshots that have been taken during the scenario.

Type: int

File

tests/contexts/DebugContext.behat.inc, line 22

Class

DebugContext
Contains step definitions to assist with debugging tests.

Namespace

Acquia\LightningExtension\Context

Code

private $screenshotCount = 0;