codeception/remote-debug

Remote debug extension for Codeception

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

This package is not auto-updated.

Last update: 2024-04-13 13:03:21 UTC


README

Codeception extension that starts remote debug session during test

Build Status

Installation

  1. Install Codeception via Composer
  2. Add codeception/remote-debug: "*" to your composer.json
  3. Run composer install
  4. Include extensions into codeception.yml configuration:

Sample:

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