https://github.com/edmondscommerce/behat-screenshot-context
https://github.com/edmondscommerce/behat-screenshot-context
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/edmondscommerce/behat-screenshot-context
- Owner: edmondscommerce
- Created: 2016-03-04T11:33:48.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T10:44:44.000Z (about 8 years ago)
- Last Synced: 2025-02-12T06:22:26.605Z (over 1 year ago)
- Language: PHP
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# behat-screenshot-context
## By [Edmonds Commerce](https://www.edmondscommerce.co.uk)
A simple Behat Context to allow you to take screenshot when triggering the "I take screenshot" step.
### Installation
Install via composer
"edmondscommerce/behat-screenshot-context": "dev-master"
### Include Context in Behat Configuration
```
default:
# ...
suites:
default:
# ...
contexts:
- # ...
- EdmondsCommerce\BehatScreenshotContext\ScreenshotContext
```