29
0
mirror of https://github.com/joomla/joomla-cms.git synced 2024-06-28 08:03:40 +00:00
cms/codeception.yml
Jelle Kok a49dd648d0 [4.0] Systemtests add timeout option on acceptance.yml (#26559)
* [4.0] Systemtests add timeout option on acceptance.yml

There are some issues with timeouts.

* fix default timeout

* cleanup codeception.yml webdrivers
2019-10-12 22:01:13 +02:00

21 lines
461 B
YAML

actor: Tester
paths:
tests: tests/Codeception
log: tests/Codeception/_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