Files

100 lines
3.0 KiB
YAML
Raw Permalink Normal View History

2019-07-17 20:02:41 -04:00
paths:
2021-01-21 20:55:37 -05:00
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
2019-07-17 20:02:41 -04:00
params:
2021-01-21 20:55:37 -05:00
- env
2019-07-17 20:02:41 -04:00
actor_suffix: Tester
settings:
2021-01-21 20:55:37 -05:00
colors: true
memory_limit: 1024M
2019-07-17 20:02:41 -04:00
coverage:
2021-01-21 20:55:37 -05:00
enabled: true
c3_url: '%WORDPRESS_URL%/wp-content/plugins/wp-graphql-woocommerce/wp-graphql-woocommerce.php'
2026-03-26 21:58:13 -04:00
work_dir: /var/www/html/wp-content/plugins/wp-graphql-woocommerce/
2021-01-21 20:55:37 -05:00
include:
- './includes/*'
- './access-functions.php'
2021-01-21 20:55:37 -05:00
exclude:
- './local/*'
- './vendor/*'
- './wp-graphql-woocommerce.php'
2021-01-21 20:55:37 -05:00
show_only_summary: false
2019-07-17 20:02:41 -04:00
extensions:
2021-01-21 20:55:37 -05:00
enabled:
- Codeception\Extension\RunFailed
commands:
- Codeception\Command\GenerateWPUnit
- Codeception\Command\GenerateWPRestApi
- Codeception\Command\GenerateWPRestController
- Codeception\Command\GenerateWPRestPostTypeController
- Codeception\Command\GenerateWPAjax
- Codeception\Command\GenerateWPCanonical
- Codeception\Command\GenerateWPXMLRPC
2019-07-17 20:02:41 -04:00
modules:
2021-01-21 20:55:37 -05:00
config:
\Tests\WPGraphQL\Codeception\Module\WPGraphQL:
endpoint: '%WORDPRESS_URL%/graphql'
modules:
WPCLI:
path: '%WP_ROOT_FOLDER%'
allow-root: true
throw: true
2021-01-21 20:55:37 -05:00
WPDb:
dsn: 'mysql:host=%DB_HOST%;dbname=%DB_NAME%'
user: '%DB_USER%'
password: '%DB_PASSWORD%'
populator: 'mysql -u $user -p$password -h $host $dbname < $dump'
2021-01-21 20:55:37 -05:00
dump: 'local/db/app_db.sql'
populate: false
cleanup: false
waitlock: 0
2021-01-21 20:55:37 -05:00
url: '%WORDPRESS_URL%'
urlReplacement: true
tablePrefix: '%WP_TABLE_PREFIX%'
WPBrowser:
url: '%WORDPRESS_URL%'
wpRootFolder: '%WP_ROOT_FOLDER%'
2021-01-21 20:55:37 -05:00
adminUsername: '%ADMIN_USERNAME%'
adminPassword: '%ADMIN_PASSWORD%'
adminPath: '/wp-admin'
REST:
depends: WPBrowser
url: '%WORDPRESS_URL%'
cookies: false
2021-01-21 20:55:37 -05:00
WPFilesystem:
wpRootFolder: '%WP_ROOT_FOLDER%'
2021-01-21 20:55:37 -05:00
plugins: '/wp-content/plugins'
mu-plugins: '/wp-content/mu-plugins'
themes: '/wp-content/themes'
uploads: '/wp-content/uploads'
WPLoader:
wpRootFolder: '%WP_ROOT_FOLDER%'
dbHost: '%DB_HOST%'
dbName: '%DB_NAME%'
dbUser: '%DB_USER%'
dbPassword: '%DB_PASSWORD%'
dbUrl: 'mysql://%DB_USER%:%DB_PASSWORD%@%DB_HOST%:%DB_PORT%/%DB_NAME%'
2021-01-21 20:55:37 -05:00
tablePrefix: '%WP_TABLE_PREFIX%'
domain: '%WORDPRESS_DOMAIN%'
adminEmail: '%ADMIN_EMAIL%'
title: 'WooGraphQL Tests'
plugins:
- woocommerce/woocommerce.php
- woocommerce-gateway-stripe/woocommerce-gateway-stripe.php
- wp-graphql/wp-graphql.php
- wp-graphql-jwt-authentication/wp-graphql-jwt-authentication.php
- wp-graphql-woocommerce/wp-graphql-woocommerce.php
activatePlugins:
- woocommerce/woocommerce.php
- woocommerce-gateway-stripe/woocommerce-gateway-stripe.php
- wp-graphql/wp-graphql.php
- wp-graphql-jwt-authentication/wp-graphql-jwt-authentication.php
- wp-graphql-woocommerce/wp-graphql-woocommerce.php
configFile: 'tests/_data/config.php'
dump: 'local/db/app_db.sql'