-
Notifications
You must be signed in to change notification settings - Fork 48
/
Copy pathcodeception.functional2.yml
53 lines (48 loc) · 1.69 KB
/
codeception.functional2.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
51
52
53
namespace: PyzTest
actor: Tester
include:
- vendor/spryker/spryker/Bundles/[R-Zr-z]*/*
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
lint: false
coverage:
enabled: true
remote: true
c3_url: 'http://backoffice.de.shop-suite.local'
whitelist: { include: ['src/Pyz/*.php'] }
extensions:
enabled:
- \SprykerTest\Shared\Testify\Helper\SuiteFilterHelper
config:
\SprykerTest\Shared\Testify\Helper\SuiteFilterHelper:
exclusive:
- Api
- AsyncApi
- Glue
- Presentation
# ProductPageSearchListenerTest fails if runs after something
# see codeception.functional.stage0.yml
- ProductPageSearchListenerTest
# Zed & Client SearchElasticsearch tests always fail if running AFTER Shared SearchElasticsearch tests
# see codeception.functional.stage2.yml
- SearchElasticsearch
- SalesOrderThreshold
# Also see FacetQueryExpanderPluginFilteredQueryTest::createFilteredStringFacetDataWithMultipleValues
- SearchClientBCTest
- SearchFacadeBCTest
# ACL breadcrumbs tests falls due to no user in session (AclNavigationItemCollectionFilterPlugin)
- AclGroupCreateCest
- AclGroupEditCest
- AclGroupListCest
- AclRoleCreateCest
- AclRoleEditCest
- AclRoleListCest