advanced-ads
Last commit date
admin
7 months ago
assets
6 months ago
classes
10 months ago
deprecated
1 year ago
includes
6 months ago
languages
6 months ago
modules
1 year ago
packages
6 months ago
public
1 year ago
upgrades
1 year ago
views
7 months ago
LICENSE.txt
12 years ago
advanced-ads.php
6 months ago
codeception.yml
1 year ago
dev.config.example.json
6 months ago
index.php
2 years ago
playwright.config.js
6 months ago
postcss.config.js
8 months ago
readme.txt
6 months ago
webpack.config.js
8 months ago
wp.advads
6 months ago
wpml-config.xml
7 years ago
codeception.yml
35 lines
| 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 | - lucatume\WPBrowser\Extension\ChromeDriverController |
| 16 | - lucatume\WPBrowser\Extension\BuiltInServerController |
| 17 | config: |
| 18 | lucatume\WPBrowser\Extension\ChromeDriverController: |
| 19 | port: '%CHROMEDRIVER_PORT%' |
| 20 | lucatume\WPBrowser\Extension\BuiltInServerController: |
| 21 | workers: 5 |
| 22 | port: '%BUILTIN_SERVER_PORT%' |
| 23 | docroot: '%WORDPRESS_ROOT_DIR%' |
| 24 | commands: |
| 25 | - lucatume\WPBrowser\Command\RunOriginal |
| 26 | - lucatume\WPBrowser\Command\RunAll |
| 27 | - lucatume\WPBrowser\Command\GenerateWPUnit |
| 28 | - lucatume\WPBrowser\Command\DbExport |
| 29 | - lucatume\WPBrowser\Command\DbImport |
| 30 | - lucatume\WPBrowser\Command\DevStart |
| 31 | - lucatume\WPBrowser\Command\DevStop |
| 32 | - lucatume\WPBrowser\Command\DevInfo |
| 33 | - lucatume\WPBrowser\Command\DevRestart |
| 34 | - lucatume\WPBrowser\Command\ChromedriverUpdate |
| 35 |