-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeception.yml
More file actions
33 lines (33 loc) · 1.04 KB
/
codeception.yml
File metadata and controls
33 lines (33 loc) · 1.04 KB
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
namespace: CmsBlockGui
include:
- tests/SprykerTest/Zed/CmsBlockGui
paths:
tests: tests
output: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
settings:
suite_class: \PHPUnit\Framework\TestSuite
colors: true
memory_limit: 1024M
log: true
extensions:
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