Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edmondscommerce/behat-screenshot-context
https://github.com/edmondscommerce/behat-screenshot-context
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/edmondscommerce/behat-screenshot-context
- Owner: edmondscommerce
- Created: 2016-03-04T11:33:48.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T10:44:44.000Z (almost 7 years ago)
- Last Synced: 2024-04-03T05:43:36.746Z (9 months 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```