-
Notifications
You must be signed in to change notification settings - Fork 84
/
codeception.acceptance.yml
50 lines (44 loc) · 1.37 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
46
47
48
49
50
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
coverage:
enabled: true
remote: true
c3_url: 'http://backoffice.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']
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