mirror of
https://github.com/wp-graphql/wp-graphql-woocommerce.git
synced 2026-08-14 12:53:44 +02:00
31 lines
793 B
YAML
31 lines
793 B
YAML
paths:
|
|
tests: tests
|
|
output: tests/_output
|
|
data: tests/_data
|
|
support: tests/_support
|
|
envs: tests/_envs
|
|
actor_suffix: Tester
|
|
settings:
|
|
colors: true
|
|
memory_limit: 1024M
|
|
coverage:
|
|
enabled: true
|
|
whitelist:
|
|
include:
|
|
- wp-graphql-woocommerce.php
|
|
- access-functions.php
|
|
- src/*.php
|
|
extensions:
|
|
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
|
|
params:
|
|
- .env
|