Files
wp-graphql-woocommerce/codeception.yml
T

32 lines
826 B
YAML
Raw Normal View History

2019-03-17 23:50:15 -04:00
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
2019-04-06 15:59:25 -04:00
- access-functions.php
- class-inflect.php
2019-05-11 01:10:05 -04:00
- includes/*.php
2019-03-17 23:50:15 -04:00
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