Skip to content

tiger-seo/codeception-remotedebug

Repository files navigation

RemoteDebug

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

About

Codeception extension that starts remote debug session during test

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages