-
Notifications
You must be signed in to change notification settings - Fork 191
/
codeception.dist.yml
60 lines (60 loc) · 2.6 KB
/
codeception.dist.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
paths:
tests: src/Test/Functional
output: tests/functional/_output
data: tests/functional/_data
support: tests/functional/_support
envs: tests/functional/_envs
actor_suffix: Tester
settings:
colors: true
extensions:
enabled:
- Codeception\Extension\RunFailed
params:
- tests/functional/configuration.dist.yml
- env
modules:
config:
Magento\CloudDocker\Test\Functional\Codeception\TestInfrastructure:
template_repo: "https://github.com/magento/magento-cloud.git"
mcd_repo: "https://github.com/magento/magento-cloud-docker.git"
mcc_repo: "https://github.com/magento/magento-cloud-components.git"
mcp_repo: "https://github.com/magento/magento-cloud-patches.git"
mqp_repo: "https://github.com/magento/quality-patches.git"
ece_tools_repo: "https://github.com/magento/ece-tools.git"
composer_magento_username: "%REPO_USERNAME%"
composer_magento_password: "%REPO_PASSWORD%"
composer_github_token: "%GITHUB_TOKEN%"
use_custom_images: false
custom_images_namespace: "cloudft"
version_custom_images: "%TRAVIS_BUILD_NUMBER%"
use_cached_workdir: true
printOutput: false
Magento\CloudDocker\Test\Functional\Codeception\Docker:
system_magento_dir: "%Magento.docker.settings.system.magento_dir%"
printOutput: false
PhpBrowser:
url: "%Magento.docker.settings.env.url.base%"
REST:
depends: PhpBrowser
url: "%Magento.docker.settings.env.url.base%"
shortDebugResponse: 300
Magento\CloudDocker\Test\Functional\Codeception\MagentoDb:
dsn: "mysql:host=%Magento.docker.settings.db.host%;port=%Magento.docker.settings.db.port%;dbname=%Magento.docker.settings.db.path%"
user: "%Magento.docker.settings.db.username%"
password: "%Magento.docker.settings.db.password%"
exposed_port: "%Magento.docker.settings.db.port%"
reconnect: true
databases:
db_quote:
dsn: "mysql:host=%Magento.docker.settings.db.host%;port=%Magento.docker.settings.db_quote.port%;dbname=%Magento.docker.settings.db.path%"
user: "%Magento.docker.settings.db.username%"
password: "%Magento.docker.settings.db.password%"
exposed_port: "%Magento.docker.settings.db_quote.port%"
reconnect: true
db_sales:
dsn: "mysql:host=%Magento.docker.settings.db.host%;port=%Magento.docker.settings.db_sales.port%;dbname=%Magento.docker.settings.db.path%"
user: "%Magento.docker.settings.db.username%"
password: "%Magento.docker.settings.db.password%"
exposed_port: "%Magento.docker.settings.db_sales.port%"
reconnect: true