forked from spryker-shop/suite
-
Notifications
You must be signed in to change notification settings - Fork 0
/
codeception.acceptance.yml
45 lines (39 loc) · 1.07 KB
/
codeception.acceptance.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
namespace: PyzTest
actor: Tester
include:
- tests/PyzTest/*/*
paths:
tests: tests
log: tests/_output
data: tests/_data
support: tests/_support
envs: tests/_envs
settings:
bootstrap: _bootstrap.php
suite_class: \PHPUnit_Framework_TestSuite
colors: true
memory_limit: 1024M
log: true
coverage:
enabled: true
remote: true
c3_url: 'http://zed.de.shop-suite.local'
whitelist: { include: ['src/Pyz/*.php'] }
extensions:
enabled:
- \SprykerTest\Shared\Testify\Helper\WebDriverHelper
- \SprykerTest\Shared\Testify\Helper\SuiteFilterHelper
config:
\SprykerTest\Shared\Testify\Helper\WebDriverHelper:
suites: ['Presentation']
loadImages: false
diskCache: true
remote-enable: "%SPRYKER_TESTING_ENABLED%"
host: "%SPRYKER_TEST_WEB_DRIVER_HOST%"
browser: "%SPRYKER_TEST_IN_BROWSER%"
\SprykerTest\Shared\Testify\Helper\SuiteFilterHelper:
inclusive:
- Presentation
params:
- tests/default.yml
- env