Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edmondscommerce/behat-javascript-context
Behat Javascript Context
https://github.com/edmondscommerce/behat-javascript-context
Last synced: 3 days 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 (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2018-07-19T10:29:07.000Z (over 6 years ago)
- Last Synced: 2024-04-02T21:03:12.957Z (8 months 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
[![Codacy Badge](https://api.codacy.com/project/badge/Grade/155668a485344c03b483c395e7a938dd)](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)
[![Build Status](https://travis-ci.org/edmondscommerce/behat-javascript-context.svg?branch=master)](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