All Projects → BR0kEN- → TqExtension

BR0kEN- / TqExtension

Licence: MIT License
Test your Drupal 7 (D8 in progress) sites easier with TqExtension for Behat.

Programming Languages

PHP
23972 projects - #3 most used programming language

Projects that are alternatives of or similar to TqExtension

kick-off-web-scraping-python-selenium-beautifulsoup
A tutorial-based introduction to web scraping with Python.
Stars: ✭ 18 (+38.46%)
Mutual labels:  phantomjs, selenium
Awesome Regression Testing
🕶️ A curated list of resources around the topic: visual regression testing
Stars: ✭ 1,604 (+12238.46%)
Mutual labels:  phantomjs, selenium
Echo360
Commandline tool for automated downloads of echo360 videos hosted by university
Stars: ✭ 81 (+523.08%)
Mutual labels:  phantomjs, selenium
Splashr
💦 Tools to Work with the 'Splash' JavaScript Rendering Service in R
Stars: ✭ 93 (+615.38%)
Mutual labels:  phantomjs, selenium
drupal-circleci-behat
Test and deploy Drupal 9 with CircleCI 2.0 and Behat 3
Stars: ✭ 17 (+30.77%)
Mutual labels:  drupal, behat
Lambda Packs
Precompiled packages for AWS Lambda
Stars: ✭ 997 (+7569.23%)
Mutual labels:  phantomjs, selenium
drevops
💧 + 🐳 + ✓✓✓ + 🤖 + ❤️ Build, Test, Deploy scripts for Drupal using Docker and CI/CD
Stars: ✭ 55 (+323.08%)
Mutual labels:  drupal, behat
Crack Geetest
滑动验证码破解示例,仅供学习使用。
Stars: ✭ 539 (+4046.15%)
Mutual labels:  phantomjs, selenium
BehatRestExtension
A RestExtension for Behat
Stars: ✭ 33 (+153.85%)
Mutual labels:  behat, behat-extension
Drupalextension
An integration layer between Behat, Mink Extension, and Drupal.
Stars: ✭ 191 (+1369.23%)
Mutual labels:  drupal, behat
campaign
Comic Relief Campaign Distribution in Drupal 8
Stars: ✭ 22 (+69.23%)
Mutual labels:  drupal, behat
pyderman
Install Selenium-compatible Chrome/Firefox/Opera/PhantomJS/Edge webdrivers automatically.
Stars: ✭ 24 (+84.62%)
Mutual labels:  phantomjs, selenium
TRA-Ticket-Booker
(已不適用新版臺鐵訂票系統,且不再更新)台灣鐵路訂票應用程式(臺鐵 / 台鐵 / 訂單程票 / 訂來回票),基於 Selenium + PyQt4。
Stars: ✭ 26 (+100%)
Mutual labels:  phantomjs, selenium
behat-code-coverage
Generate Code Coverage reports for Behat tests
Stars: ✭ 48 (+269.23%)
Mutual labels:  behat, behat-extension
rec-a-sketch
content discovery... IN 3D
Stars: ✭ 45 (+246.15%)
Mutual labels:  selenium
nightwatch-boilerplate
boilerplate for nightwatch.js with selenium
Stars: ✭ 16 (+23.08%)
Mutual labels:  selenium
dockerized-drupal-starter
End-to-end (CI + CD) dockerized Drupal 8 starting point.
Stars: ✭ 27 (+107.69%)
Mutual labels:  drupal
primefaces-selenium
PrimeFaces testing support for Selenium
Stars: ✭ 16 (+23.08%)
Mutual labels:  selenium
pystest
WEB UI自动化测试框架,selenium结合python,测试人员不需要会代码,只需要写配置即可实现,并且方便懂代码的测试人员扩展
Stars: ✭ 24 (+84.62%)
Mutual labels:  selenium
WunderTools
Project reference configuration for use with Ansible & Vagrant
Stars: ✭ 18 (+38.46%)
Mutual labels:  drupal

Behat TqExtension

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

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].