{"id":20999794,"url":"https://github.com/br0ken-/tqextension","last_synced_at":"2025-05-14T23:31:14.725Z","repository":{"id":1224405,"uuid":"41793357","full_name":"BR0kEN-/TqExtension","owner":"BR0kEN-","description":"Test your Drupal 7 (D8 in progress) sites easier with TqExtension for Behat.","archived":false,"fork":false,"pushed_at":"2018-04-14T12:24:18.000Z","size":298,"stargazers_count":11,"open_issues_count":4,"forks_count":10,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-03T00:51:49.256Z","etag":null,"topics":["behat","behat-extension","drupal","phantomjs","selenium"],"latest_commit_sha":null,"homepage":"https://github.com/BR0kEN-/TqExtension/pull/16","language":"PHP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/BR0kEN-.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-09-02T09:47:29.000Z","updated_at":"2024-09-02T10:39:50.000Z","dependencies_parsed_at":"2022-08-16T12:35:31.679Z","dependency_job_id":null,"html_url":"https://github.com/BR0kEN-/TqExtension","commit_stats":null,"previous_names":[],"tags_count":13,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BR0kEN-%2FTqExtension","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BR0kEN-%2FTqExtension/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BR0kEN-%2FTqExtension/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/BR0kEN-%2FTqExtension/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/BR0kEN-","download_url":"https://codeload.github.com/BR0kEN-/TqExtension/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254248133,"owners_count":22038971,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["behat","behat-extension","drupal","phantomjs","selenium"],"created_at":"2024-11-19T08:08:19.063Z","updated_at":"2025-05-14T23:31:09.704Z","avatar_url":"https://github.com/BR0kEN-.png","language":"PHP","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Behat TqExtension\n\nThe **TqExtension** provide a flexible methods and API for testing websites running on Drupal 7. All\ncode in this repository extends an integration layer provided by [DrupalExtension](https://github.com/jhedstrom/drupalextension).\n\n[![Build Status](https://img.shields.io/travis/BR0kEN-/TqExtension/master.svg?style=flat-square)](https://travis-ci.org/BR0kEN-/TqExtension)\n[![Coverage Status](https://img.shields.io/scrutinizer/coverage/g/BR0kEN-/TqExtension.svg?style=flat-square)](https://scrutinizer-ci.com/g/BR0kEN-/TqExtension/code-structure)\n[![Quality Score](https://img.shields.io/scrutinizer/g/BR0kEN-/TqExtension.svg?style=flat-square)](https://scrutinizer-ci.com/g/BR0kEN-/TqExtension)\n[![Coding standards](https://styleci.io/repos/41793357/shield?branch=master)](https://styleci.io/repos/41793357)\n[![Total Downloads](https://img.shields.io/packagist/dt/drupal/tqextension.svg?style=flat-square)](https://packagist.org/packages/drupal/tqextension)\n[![Latest Stable Version](https://poser.pugx.org/drupal/tqextension/v/stable?format=flat-square)](https://packagist.org/packages/drupal/tqextension)\n[![License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](https://packagist.org/packages/drupal/tqextension)\n\n## Installation\n\n- `curl -sS https://getcomposer.org/installer | php`\n- `vim composer.json`\n```json\n{\n  \"require\": {\n    \"drupal/tqextension\": \"~1.0\"\n  },\n  \"config\": {\n    \"bin-dir\": \"bin\"\n  }\n}\n```\n- `composer install`\n- `cp -r vendor/drupal/tqextension/behat/ behat`\n- Configure `behat.yml`\n\n## Requirements\n\nSelenium 2.53 - is the [final `2.x` release](https://github.com/SeleniumHQ/selenium/blob/master/java/CHANGELOG#L133). The latest version of Firefox it's supports - is `47`.\n\n- Selenium 2.53 (not above)\n- Firefox 47 (not above)\n\n## Documentation\n\n- [For developers](docs/developers)\n- [For all](docs)\n\n## Author\n\n- [Sergii Bondarenko (BR0kEN)](https://github.com/BR0kEN-)\n\n## Contributors\n\n- [Alexander Petrov](https://github.com/aapetrov)\n- [Artem Philipenko](https://github.com/arrrtem)\n- [Anastasia Guba](https://github.com/Naastya)\n- [Alexandr Molchanoff](https://github.com/AlexNetman)\n- [Artyom Miroshnik](https://github.com/M1r1k)\n- [Andrei Perciun](https://github.com/andreiperciun)\n- [Alexei Gorobet](https://github.com/asgorobets)\n- [Cristina Eftimita](https://github.com/Eftimitac)\n- [Sergiu Teaca](https://github.com/sergiuteaca)\n\n## History\n\nTqExtension is a next stage of development of [Behat context by Propeople](https://github.com/BR0kEN-/behat-drupal-propeople-context) that is currently unsupported.\n\n## Presentations\n\n- [Kyiv Drupal Camp (September 5-6, 2015)](https://docs.google.com/presentation/d/1JPJvLPORbO4vf9fFLgnQ0bEqe7XahqZ7iUjsd75yKmg)\n- [Lviv Drupal Camp (October 17-18, 2015)](https://docs.google.com/presentation/d/1b4m8FoUNt0zMz98FFxgZ9chV8I7V8ek2oU5GZmkCriQ)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbr0ken-%2Ftqextension","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbr0ken-%2Ftqextension","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbr0ken-%2Ftqextension/lists"}