private property DebugContext::$screenshotCount in Lightning Core 8.3
Same name and namespace in other branches
- 8.5 tests/contexts/DebugContext.behat.inc \Acquia\LightningExtension\Context\DebugContext::screenshotCount
- 8.2 tests/contexts/DebugContext.behat.inc \Acquia\LightningExtension\Context\DebugContext::screenshotCount
- 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 23
Class
- DebugContext
- Contains step definitions to assist with debugging tests.
Namespace
Acquia\LightningExtension\ContextCode
private $screenshotCount = 0;