-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathcodeception.yml
More file actions
36 lines (34 loc) · 848 Bytes
/
codeception.yml
File metadata and controls
36 lines (34 loc) · 848 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
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
- Codeception\Extension\PhpBuiltinServer
config:
Codeception\Extension\PhpBuiltinServer:
hostname: localhost
port: 8899
autostart: false
documentRoot: ./
startDelay: 1
directoryIndex: app.php
modules:
config:
Db:
dsn: 'sqlite:./story_producer.db'
user: 'StoryP'
password: 'StoryProducer'
populate: true
cleanup: true
reconnect: true
bootstrap: _bootstrap.php
settings:
colors: true
memory_limit: 1024M