Amal_Udjir/codeception.yml

20 lines
452 B
YAML
Raw Permalink Normal View History

2025-04-22 03:10:07 +00:00
namespace: Tests
support_namespace: Support
paths:
tests: tests
output: tests/_output
data: tests/Support/Data
support: tests/Support
envs: tests/_envs
actor_suffix: Tester
extensions:
enabled:
- Codeception\Extension\RunFailed
modules:
enabled:
- Db:
dsn: 'mysql:host=127.0.0.1;dbname=iclop'
user: 'root'
password: ''
populate: true
cleanup: false