6
6
actor : FunctionalTester
7
7
modules :
8
8
enabled :
9
- - WPDb
10
- - WPBrowser
11
- - WPFilesystem
12
9
- Asserts
10
+ - \lucatume\WPBrowser\Module\WPDb
11
+ - \lucatume\WPBrowser\Module\WPBrowser
12
+ - \lucatume\WPBrowser\Module\WPFilesystem
13
13
- \Tests\WPGraphQL\Codeception\Module\QueryAsserts
14
14
- \Tests\WPGraphQL\Codeception\Module\WPGraphQL
15
15
- \Helper\Functional
16
16
config :
17
17
\Tests\WPGraphQL\Codeception\Module\WPGraphQL :
18
18
endpoint : ' %TEST_SITE_WP_URL%/graphql'
19
19
auth_header : ' Basic %TEST_SITE_ADMIN_APP_PASSWORD%'
20
- WPDb :
20
+ \lucatume\WPBrowser\Module\ WPDb :
21
21
dsn : ' %TEST_SITE_DB_DSN%'
22
22
user : ' %TEST_DB_USER%'
23
23
password : ' %TEST_DB_PASSWORD%'
@@ -29,30 +29,16 @@ modules:
29
29
urlReplacement : true
30
30
tablePrefix : ' %TEST_TABLE_PREFIX%'
31
31
32
- WPBrowser :
32
+ \lucatume\WPBrowser\Module\ WPBrowser :
33
33
url : ' %TEST_SITE_WP_URL%'
34
34
wpRootFolder : ' %WP_ROOT_FOLDER%'
35
35
adminUsername : ' %TEST_SITE_ADMIN_USERNAME%'
36
36
adminPassword : ' %TEST_SITE_ADMIN_PASSWORD%'
37
37
adminPath : ' /wp-admin'
38
38
39
- WPFilesystem :
39
+ \lucatume\WPBrowser\Module\ WPFilesystem :
40
40
wpRootFolder : ' %WP_ROOT_FOLDER%'
41
41
plugins : ' /wp-content/plugins'
42
42
mu-plugins : ' /wp-content/mu-plugins'
43
43
themes : ' /wp-content/themes'
44
44
uploads : ' /wp-content/uploads'
45
-
46
- WPLoader :
47
- loadOnly : true
48
- wpRootFolder : " %WP_ROOT_FOLDER%"
49
- dbName : " %TEST_DB_NAME%"
50
- dbHost : " %TEST_DB_HOST%"
51
- dbUser : " %TEST_DB_USER%"
52
- dbPassword : " %TEST_DB_PASSWORD%"
53
- tablePrefix : " %TEST_TABLE_PREFIX%"
54
- domain : " %TEST_SITE_WP_DOMAIN%"
55
- adminEmail : " %TEST_SITE_ADMIN_EMAIL%"
56
- title : " WPGraphQLTestcase"
57
- plugins : ['wp-graphql/wp-graphql.php']
58
- activatePlugins : ['wp-graphql/wp-graphql.php']
0 commit comments