mirror of
https://github.com/wp-graphql/wp-graphql-woocommerce.git
synced 2026-08-14 12:53:44 +02:00
21 lines
596 B
YAML
21 lines
596 B
YAML
paths:
|
|
tests: tests
|
|
output: tests/_output
|
|
data: tests/_data
|
|
support: tests/_support
|
|
envs: tests/_envs
|
|
actor_suffix: Tester
|
|
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
|