| 1 |
namespace: Tests |
| 2 |
support_namespace: Support |
| 3 |
paths: |
| 4 |
tests: tests |
| 5 |
output: tests/_output |
| 6 |
data: tests/Support/Data |
| 7 |
support: tests/Support |
| 8 |
envs: tests/_envs |
| 9 |
actor_suffix: Tester |
| 10 |
params: |
| 11 |
- tests/.env |
| 12 |
extensions: |
| 13 |
enabled: |
| 14 |
- Codeception\Extension\RunFailed |
| 15 |
commands: |
| 16 |
- lucatume\WPBrowser\Command\RunOriginal |
| 17 |
- lucatume\WPBrowser\Command\RunAll |
| 18 |
- lucatume\WPBrowser\Command\GenerateWPUnit |
| 19 |
- lucatume\WPBrowser\Command\DbExport |
| 20 |
- lucatume\WPBrowser\Command\DbImport |
| 21 |
- lucatume\WPBrowser\Command\MonkeyCachePath |
| 22 |
- lucatume\WPBrowser\Command\MonkeyCacheClear |
| 23 |
|