Download the PHP package drevops/behat-relativity without Composer
On this page you can find all versions of the php package drevops/behat-relativity. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download drevops/behat-relativity
More information about drevops/behat-relativity
Files in drevops/behat-relativity
Download drevops/behat-relativity
More information about drevops/behat-relativity
Files in drevops/behat-relativity
Vendor drevops
Package behat-relativity
Short Description Behat context for relative elements testing.
License GPL-2.0-or-later
Package behat-relativity
Short Description Behat context for relative elements testing.
License GPL-2.0-or-later
Please rate this library. Is it a good library?
Informations about the package behat-relativity
behat-relativity
Behat context for relative elements testing
What is this?
This extension allows to test visual elements positioning on the page relatively to each other. Such tests are dead-simple to write, but they can capture potential issues when developing features on existing project.
Example feature to test elements on the www.google.com
Installation
composer require --dev drevops/behat-relativity
usage
Example behat.yml
:
Maintenance
Local development setup
- Install Docker.
- If using M1:
cp default.docker-compose.override.yml docker-compose.override.yml
- Start environment:
docker-compose up -d --build
. - Install dependencies:
docker-compose exec phpserver composer install --ansi --no-suggest
.
Lint code
Run tests
Enable Xdebug
To disable, run
All versions of behat-relativity with dependencies
PHP Build Version
Package Version
Requires
behat/behat Version
^3
behat/mink Version ^1
behat/mink-extension Version ^2
behat/mink-goutte-driver Version ^1
behat/mink-selenium2-driver Version ^1
behat/mink-browserkit-driver Version ^1.3
symfony/config Version ^3.0 || ^4.0 || ^5.0
behat/mink Version ^1
behat/mink-extension Version ^2
behat/mink-goutte-driver Version ^1
behat/mink-selenium2-driver Version ^1
behat/mink-browserkit-driver Version ^1.3
symfony/config Version ^3.0 || ^4.0 || ^5.0
The package drevops/behat-relativity contains the following files
Loading the files please wait ....