https://github.com/edmondscommerce/behat-mouse-context
Mouse Events for Behat
https://github.com/edmondscommerce/behat-mouse-context
Last synced: 9 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 (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-03-21T10:44:01.000Z (about 8 years ago)
- Last Synced: 2025-02-28T13:07:49.275Z (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
```