forked from the-events-calendar/tribe-common
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codeception.dist.yml
63 lines (63 loc) · 1.76 KB
/
codeception.dist.yml
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
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
actor: Tester
paths:
tests: tests
log: tests/_output
data: tests/_data
helpers: tests/_support
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
modules:
config:
Db:
dsn: 'mysql:host=localhost;dbname=tec-tests'
user: root
password: password
dump: tests/_data/wordpress.sql
reconnect: true
WPBrowser:
url: 'http://tec.tri.be'
adminUsername: admin
adminPassword: password
adminUrl: /wp-admin
WPDb:
dsn: 'mysql:host=localhost;dbname=tec-tests'
user: root
password: password
dump: tests/_data/dump.sql
populate: true
cleanup: true
url: 'http://tec.tri.be'
tablePrefix: wptests_
checkExistence: true
update: true
reconnect: true
WPLoader:
wpRootFolder: ~/www/wordpress
dbName: tec-tests
dbHost: localhost
dbUser: root
dbPassword: password
wpDebug: true
dbCharset: utf8
dbCollate: ''
tablePrefix: wptests_
domain: tec.tri.be
adminEmail: admin@tec.tri.ve
title: 'Event Common Tests'
phpBinary: php
language: ''
plugins:
- tribe-common/tribe-common.php
activatePlugins:
- tribe-common/tribe-common.php
WPWebDriver:
url: 'http://tec.tri.be'
browser: phantomjs
port: 4444
restart: true
wait: 2
adminUsername: admin
adminPassword: password
adminUrl: /wp-admin