This repository has been archived by the owner on Apr 9, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 4
/
codeception.dist.yml
54 lines (54 loc) · 1.59 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
actor: Tester
paths:
tests: tests/codeception
log: tests/codeception/_output
data: tests/codeception/_data
support: tests/codeception/_support
envs: tests/codeception/_envs
settings:
bootstrap: _bootstrap.php
colors: true
memory_limit: 1024M
modules:
config:
Db:
dsn: 'mysql:host=127.0.0.1;dbname=panels-tests'
user: root
password: password
dump: tests/codeception/_data/dump.sql
WPBrowser:
url: 'http://wp.local'
adminUsername: admin
adminPassword: admin
adminUrl: /wp-admin
WPDb:
dsn: 'mysql:host=127.0.0.1;dbname=panels-tests'
user: root
password: 'password'
dump: tests/codeception/_data/dump.sql
populate: false
cleanup: false
url: 'http://wp.local'
tablePrefix: wp_
checkExistence: true
update: true
WPLoader:
wpRootFolder: /srv/www
dbName: panels-tests
dbHost: localhost
dbUser: root
dbPassword: password
wpDebug: true
dbCharset: utf8
dbCollate: ''
tablePrefix: wp_
domain: wp.local
adminEmail: [email protected]
title: 'Panel Builder Tests'
phpBinary: php
language: ''
configFile: tests-config.php
plugins:
- panel-builder/tribe-panel-builder.php
activatePlugins:
- panel-builder/tribe-panel-builder.php