This repository has been archived by the owner on Aug 6, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathcodeception.dist.yml
59 lines (59 loc) · 1.64 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
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=127.0.0.1;dbname=wp-tests'
user: root
password: root
dump: tests/_data/dump.sql
WPBrowser:
url: 'http://wp.dev'
adminUsername: admin
adminPassword: admin
adminUrl: /wp-admin
WPDb:
dsn: 'mysql:host=127.0.0.1;dbname=wp-tests'
user: root
password: root
dump: tests/_data/dump.sql
populate: true
cleanup: true
url: 'http://wp.dev'
tablePrefix: wp_
WPLoader:
wpRootFolder: /Users/Luca/Sites/wp
dbName: wp-tests
dbHost: 127.0.0.1
dbUser: root
dbPassword: root
wpDebug: true
dbCharset: utf8
dbCollate: ''
tablePrefix: wpmr_
domain: wp.dev
adminEmail: [email protected]
title: 'WP Minimum Requirements Tests'
phpBinary: php
language: ''
plugins:
- minimum-requirements/minimum-requirements.php
activatePlugins:
- minimum-requirements/minimum-requirements.php
WPWebDriver:
url: 'http://wp.dev'
browser: phantomjs
port: 4444
restart: true
wait: 2
adminUsername: admin
adminPassword: admin
adminUrl: /wp-admin