Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edmondscommerce/behat-mouse-context
Mouse Events for Behat
https://github.com/edmondscommerce/behat-mouse-context
Last synced: about 2 months ago
JSON representation
Mouse Events for Behat
- Host: GitHub
- URL: https://github.com/edmondscommerce/behat-mouse-context
- Owner: edmondscommerce
- Created: 2016-02-01T17:54:42.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T10:44:01.000Z (almost 7 years ago)
- Last Synced: 2023-08-21T10:06:11.057Z (over 1 year ago)
- Language: PHP
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Mouse Events Context
## By [Edmonds Commerce](https://www.edmondscommerce.co.uk)Behat contexts to aid with mouse events
### Installation
Install via composer
"edmondscommerce/behat-mouse-context": "dev-master"
### Include Contexts in Behat Configuration
```
default:
# ...
suites:
default:
# ...
contexts:
- # ...
- EdmondsCommerce\BehatMouseContext\MouseContext```