File: //usr/local/prospamfilter/tests/acceptance.suite.yml
# Codeception Test Suite Configuration
#
# Suite for acceptance tests.
# Perform tests in browser using the WebDriver or PhpBrowser.
# If you need both WebDriver and PHPBrowser tests - create a separate suite.
class_name: WebGuy
modules:
enabled:
- WebDriver
- Helper\Acceptance
- Asserts
config:
WebDriver:
url: 'http://localhost/'
browser: firefox
wait: 0
restart: true
clear_cookies: true
env:
# Environment variable names used for spam plugin configuration
api_url: 'API_URL'
api_hostname: 'API_HOSTNAME'
api_username: 'API_USERNAME'
api_password: 'API_PASSWORD'
primary_mx: 'PRIMARY_MX'
# Environment variables used for cpanel
username: 'ADDON_USERNAME'
password: 'ADDON_PASSWORD'
whm_access_hash: 'CPANEL_WHM_ACCESS_HASH'
url: 'ADDON_URL'
chrome:
modules:
config:
WebDriver:
browser: chrome
firefox: