codeception / remote-debug
Remote debug extension for Codeception
Installs: 128 882
Dependents: 1
Suggesters: 0
Security: 0
Stars: 9
Watchers: 3
Forks: 2
Open Issues: 2
Requires (Dev)
- codeception/codeception: ~2.0
- codeception/phpbuiltinserver: dev-master
This package is not auto-updated.
Last update: 2024-10-26 15:46:25 UTC
README
Codeception extension that starts remote debug session during test
Installation
- Install Codeception via Composer
- Add
codeception/remote-debug: "*"
to yourcomposer.json
- Run
composer install
- 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