kirschbaum/drupal-behat-remote-api-driver 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

kirschbaum/drupal-behat-remote-api-driver

最新稳定版本:v0.0.2

Composer 安装命令:

composer require kirschbaum/drupal-behat-remote-api-driver

包简介

Driver for remote Behat testing with Drupal

README 文档

README

Build Status

The remote API driver extends the popular Drupal Extention library to support running authenticated Behat tests against remote Drupal sites. Please note that there are two main components to this project:

  1. The Drupal Remote API Driver - This extends the existing functionality of the drupalextention project and translates supported steps (e.g. create nodes, users, etc.) into appropriate REST requests to the remote Drupal site. See "currently supported features" below. This component is only required on the site where tests will be initiated.
  2. The Drupal Remote API Client - This is a Drupal module that leveradges the RestWS module and adds various helper functionality that the driver needs in order to work propertly. It is only required on the remote sites that will be tested.

If you are not already familiar with Behat or the Drupal Extention library, you might want to head on over and review the detailed documentation.

Please Note: This package requires Behat version 2 and DrupalExtention version 1.

Documentation

If anything is unclear or you have any questions or comments, please open an issue or contact me directly. While this library is functional, it's still a work in progress. Review, feedback, and contributions are welcome.

Features

  • Currently Supported
  • Drupal 7
  • Node creation / deletion / cleanup
  • User creation / deletion / cleanup
  • Term create / delete / cleanup (currently requires a patch to RestWS)
  • Add existing user role to new user
  • Set custom filter format based on tester defined preference or default from remote site
  • Support for custom fields and tabular data
  • Drupal Authentication for Remote Site
  • Basic Auth
  • Adding custom cookie to request header
  • Clear cache
  • Planned / In Progress:
  • Support Image Reference / Upload
  • Support for field collections
  • Not Yet Supported:
  • Run Cron
  • Create new user role and assign to newly created users / delete role when finished
  • Assign specific permissions to newly created user roles (with built in blacklist for added security).
  • Batch process
  • Support for Drupal 6
  • Support for Drupal 8

Contributors:

统计信息

  • 总下载量: 1.9k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 2
  • Watchers: 3
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-02-26