29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-17 09:35:35 +00:00
cms/codeception.yml

21 lines
456 B
YAML

actor: Tester
paths:
tests: tests/Codeception
log: tests/cypress/output
data: tests/Codeception/_data
support: tests/Codeception/_support
envs: tests/Codeception/_envs
settings:
colors: true
memory_limit: 1024M
extensions:
enabled:
- Codeception\Extension\RunFailed
modules:
config:
Db:
dsn: ''
user: ''
password: ''
dump: tests/Codeception/_data/dump.sql