forked from spryker-shop/suite
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeception.acceptance.project.yml
More file actions
44 lines (39 loc) · 1.23 KB
/
Copy pathcodeception.acceptance.project.yml
File metadata and controls
44 lines (39 loc) · 1.23 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
34
35
36
37
38
39
40
41
42
43
44
namespace: PyzTest
actor: Tester
include:
- tests/PyzTest/*/*
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: 2048M
log: true
extensions:
enabled:
- \SprykerTest\Shared\Testify\Helper\WebDriverHelper
- \SprykerTest\Shared\Testify\Helper\SuiteFilterHelper
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%'
\SprykerTest\Shared\Testify\Helper\SuiteFilterHelper:
inclusive:
- Presentation
params:
- tests/default.yml
- env