drupal/tqextension

Behat extension for testing Drupal sites

Installs: 34 380

Dependents: 1

Suggesters: 0

Security: 0

Stars: 12

Watchers: 5

Forks: 10

Open Issues: 4

Type:behat-extension

1.4.8 2016-12-21 11:56 UTC

This package is auto-updated.

Last update: 2024-04-10 20:06:33 UTC


README

The TqExtension provide a flexible methods and API for testing websites running on Drupal 7. All code in this repository extends an integration layer provided by DrupalExtension.

Build Status Coverage Status Quality Score Coding standards Total Downloads Latest Stable Version License

Installation

  • curl -sS https://getcomposer.org/installer | php
  • vim composer.json
{
  "require": {
    "drupal/tqextension": "~1.0"
  },
  "config": {
    "bin-dir": "bin"
  }
}
  • composer install
  • cp -r vendor/drupal/tqextension/behat/ behat
  • Configure behat.yml

Requirements

Selenium 2.53 - is the final 2.x release. The latest version of Firefox it's supports - is 47.

  • Selenium 2.53 (not above)
  • Firefox 47 (not above)

Documentation

Author

Contributors

History

TqExtension is a next stage of development of Behat context by Propeople that is currently unsupported.

Presentations