codeception/remote-debug

Codeception的远程调试扩展

v0.3 2015-09-23 18:44 UTC

This package is not auto-updated.

Last update: 2024-09-14 15:11:13 UTC


README

在测试期间启动远程调试会话的Codeception扩展

Build Status

安装

  1. 通过Composer安装Codeception
  2. codeception/remote-debug: "*"添加到您的composer.json
  3. 运行composer install
  4. 将扩展包含到codeception.yml配置中

示例

paths:
    tests: tests
    log: tests/_log
    data: tests/_data
    helpers: tests/_helpers
extensions:
    enabled:
      - Codeception\Extension\RemoteDebug
    config:
      Codeception\Extension\RemoteDebug:
          sessionName: XDEBUG_CODECEPTION