leaps/leaps-codeception

This package is abandoned and no longer maintained. No replacement package was suggested.

The Codeception integration for the Leaps framework

Installs: 491

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Open Issues: 0

Type:leaps-extension

1.0.1 2016-01-21 11:43 UTC

This package is not auto-updated.

Last update: 2016-09-04 12:39:31 UTC


README

This extension provides Codeception integration for the Leaps framework.

It provides classes that help with testing with codeception:

  • a base class for unit-tests: Leaps\Codeception\TestCase;
  • a base class for codeception page-objects: Leaps\Codeception\BasePage.

For license information check the LICENSE-file.

Documentation is at docs/guide/README.md.

Latest Stable Version Total Downloads

安装

推荐的安装方式是通过 composer 工具安装。

直接使用composer命令安装

php composer.phar require --prefer-dist leaps/leaps-codeception

或添加

"leaps/leaps-codeception": "~2.0.0"

到你项目里的composer.json文件中。