承接 ipeevski/pauseonfail 相关项目开发

从需求分析到上线部署,全程专人跟进,保证项目质量与交付效率

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

ipeevski/pauseonfail

最新稳定版本:1.1.1

Composer 安装命令:

composer require ipeevski/pauseonfail

包简介

Extension for Codeception to Pause on Fail

README 文档

README

This repository demonstrates the usage of Codeception Extension API.

Pause on Fail Extension for Codeception

When doing acceptance testing in Codeception, it is often useful to pause when a failure or error occurs, while developing the tests themselves. It lets you inspect the state and find a better way to solve the same problem and continue onwards.

Installation

  1. Install Codeception via Composer
  2. Run composer require --dev ipeevski/pauseonfail.
  3. Include extensions into codeception.yml configuration:

Sample:

paths:
    tests: tests
    log: tests/_log
    data: tests/_data
    helpers: tests/_helpers
extensions:
    enabled:
      - Codeception\Extension\PauseOnFail
  1. For the pause to have an effect, you need to run codeception in debugging mode, with the --debug flag

Pause

Class: Codeception\Extension\PauseOnFail.

If tests run into failure or error, pause and bring up console.

统计信息

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

GitHub 信息

  • Stars: 3
  • Watchers: 1
  • Forks: 8
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2019-08-01