codeception/remote-debug

Remote debug extension for Codeception

Installs: 138 157

Dependents: 1

Suggesters: 0

Security: 0

Stars: 9

Watchers: 2

Forks: 2

Open Issues: 2

pkg:composer/codeception/remote-debug

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

This package is not auto-updated.

Last update: 2025-10-11 20:24:33 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