forked from spryker-shop/suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codeception.yml
48 lines (42 loc) · 1.23 KB
/
codeception.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
namespace: PyzTest
actor: Tester
include:
- tests/PyzTest/*/*
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
settings:
colors: true
memory_limit: 1024M
log: true
lint: false
coverage:
enabled: true
remote: true
c3_url: 'http://zed.de.suite.local'
whitelist: { include: ['src/Pyz/*.php'] }
extensions:
commands:
- \SprykerTest\Shared\Testify\Fixtures\FixturesCommand
enabled:
- \SprykerTest\Shared\Testify\Helper\WebDriverHelper
config:
\SprykerTest\Shared\Testify\Helper\WebDriverHelper:
suites: ['Presentation']
path: '%SPRYKER_TEST_WEB_DRIVER_BIN%'
whitelisted-ips: ''
webdriver-port: '%SPRYKER_TEST_WEB_DRIVER_PORT%'
url-base: '/wd/hub'
remote-enable: '%SPRYKER_TESTING_ENABLED%'
host: '%SPRYKER_TEST_WEB_DRIVER_HOST%'
browser: '%SPRYKER_TEST_IN_BROWSER%'
capabilities:
'goog:chromeOptions':
args: ['--headless', '--no-sandbox', '--disable-dev-shm-usage']
binary: '%SPRYKER_TEST_BROWSER_BIN%'
params:
- tests/default.yml
- env