Download the PHP package edmondscommerce/behat-html-context without Composer
On this page you can find all versions of the php package edmondscommerce/behat-html-context. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Download edmondscommerce/behat-html-context
More information about edmondscommerce/behat-html-context
Files in edmondscommerce/behat-html-context
Package behat-html-context
Short Description A Behat Extension for HTML
License MIT
Homepage https://www.edmondscommerce.co.uk
Informations about the package behat-html-context
Behat HTML Context
By Edmonds Commerce
A simple Behat Context for working with HTML and navigation
Installation
Install via composer
"edmondscommerce/behat-html-context": "0.0.1"
Include Context in Behat Configuration
default:
# ...
suites:
default:
# ...
contexts:
- # ...
- EdmondsCommerce\BehatHtmlContext\HTMLContext
- EdmondsCommerce\BehatHtmlContext\RedirectionContext
EdmondsCommerce\BehatHtmlContext\RedirectionContext
is no longer supported and marked as deprecated.
Helper Methods
You will need to load the HTML context as part of your own suite of contexts using @BeforeScenario
to access the helper methods
All helpers accept a custom message to use with the exception
Developer dependencies
edmondscommerce/phpqa
Simple PHP QA pipeline and scripts, that helps achieving high quality of code. Click here for more details.
edmondscommerce/mock-server
PHP Built-in web server. Click here for more details.
behat/mink-goutte-driver
Goutte driver. Click here for more details.
behat/mink-selenium2-driver
Selenium2 driver. Click here for more details.