forked from thirtybees/thirtybees
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeception.yml
More file actions
32 lines (32 loc) · 776 Bytes
/
codeception.yml
File metadata and controls
32 lines (32 loc) · 776 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
namespace: Tests
support_namespace: Support
paths:
tests: tests
output: tests/_output
data: tests/Support/Data
support: tests/Support
envs: tests/_envs
actor_suffix: Tester
settings:
colors: true
error_level: E_ALL
memory_limit: 1280M
bootstrap: _bootstrap.php
extensions:
enabled:
- Codeception\Extension\RunFailed
modules:
config:
Db:
dsn: 'mysql:host=thirty.bees;dbname=thirtybees'
user: 'root'
password: ''
populate: false
cleanup: false
reconnect: true
WebDriver:
url: 'http://thirty.bees:8888'
browser: phantomjs
window_size: 1920x1080
PhpBrowser:
url: 'http://thirty.bees:8888'