Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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

```