定制 rainforest/rainforest 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

rainforest/rainforest

Composer 安装命令:

composer require rainforest/rainforest

包简介

Rainforest automates your functional and integration testing with our QA-as-a-Service API.

README 文档

README

⚠️ 🚫 This code is unmaintained and deprecated. It may not work and may have security issues 🚫 ⚠️

Documentation

Full documentation is available at https://docs.rainforestqa.com.

Requirements

PHP 5.3.3 and later.

Composer

You can install the bindings via Composer. Add this to your composer.json:

{
  "require": {
    "rainforestapp/rainforest-php": "1.*"
  }
}

Then install via:

composer install

Manual Installation

If you do not wish to use Composer, you can download the latest release . Then, to use the bindings, include the init.php file.

require_once('/path/to/rainforest-php/init.php');

Tests

In order to run tests first install PHPUnit via Composer:

composer update --dev

To run the test suite:

./vendor/bin/phpunit

We welcome suggestions and feedback from our users :D

统计信息

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

GitHub 信息

  • Stars: 0
  • Watchers: 4
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-09-13