https://github.com/edmondscommerce/behat-javascript-context
Behat Javascript Context
https://github.com/edmondscommerce/behat-javascript-context
Last synced: over 1 year ago
JSON representation
Behat Javascript Context
- Host: GitHub
- URL: https://github.com/edmondscommerce/behat-javascript-context
- Owner: edmondscommerce
- Created: 2016-01-21T12:17:53.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T10:29:07.000Z (almost 8 years ago)
- Last Synced: 2025-02-11T06:05:31.772Z (over 1 year ago)
- Language: PHP
- Size: 63.5 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Behat Javascript Context
[](https://app.codacy.com/app/edmondscommerce/behat-javascript-context?utm_source=github.com&utm_medium=referral&utm_content=edmondscommerce/behat-javascript-context&utm_campaign=badger)
[](https://travis-ci.org/edmondscommerce/behat-javascript-context)
## By [Edmonds Commerce](https://www.edmondscommerce.co.uk)
A simple Behat Context for working with HTML and navigation
### Installation
Install via composer
"edmondscommerce/behat-javascript-context": "dev-master"
### Include Context in Behat Configuration
default:
# ...
suites:
default:
# ...
contexts:
- # ...
- EdmondsCommerce\BehatJavascriptContext\JavascriptEventsContext
- EdmondsCommerce\BehatJavascriptContext\CookieContext
- EdmondsCommerce\BehatJavascriptContext\JavascriptAlertsContext