-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcodeception.yml
More file actions
68 lines (66 loc) · 2.76 KB
/
codeception.yml
File metadata and controls
68 lines (66 loc) · 2.76 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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
namespace: SprykerTest\ApiPlatform
paths:
tests: tests/
output: tests/SprykerTest/ApiPlatform/_output/
data: tests/SprykerTest/ApiPlatform/_data/
support: tests/SprykerTest/ApiPlatform/_support/
envs: tests/SprykerTest/ApiPlatform/_envs/
settings:
suite_class: \PHPUnit\Framework\TestSuite
colors: true
memory_limit: 1024M
log: true
suites:
Unit:
path: SprykerTest/ApiPlatform/Unit
actor: ApiUnitTester
modules:
enabled:
- Asserts
- \SprykerTest\ApiPlatform\Helper\ApiPlatformHelper:
mode: 'core'
- \SprykerTest\Shared\Testify\Helper\SymfonyHelper:
mode: 'core'
environment: 'test'
app_path: 'src'
debug: true
rebootable_client: true
bundles:
- Symfony\Bundle\FrameworkBundle\FrameworkBundle
- ApiPlatform\Symfony\Bundle\ApiPlatformBundle
- Spryker\ApiPlatform\SprykerApiPlatformBundle
bundle_configurations:
api_platform:
doctrine:
enabled: false
doctrine_mongodb_odm:
enabled: false
- \SprykerTest\ApiPlatform\Helper\ApiSchemaHelper
- \SprykerTest\Glue\Testify\Helper\GlueEnvironmentHelper
Integration:
path: SprykerTest/ApiPlatform/Integration
actor: ApiIntegrationTester
modules:
enabled:
- Asserts
- \SprykerTest\ApiPlatform\Helper\ApiPlatformHelper:
mode: 'core'
- \SprykerTest\Shared\Testify\Helper\SymfonyHelper:
mode: 'core'
environment: 'test'
app_path: 'src'
debug: true
rebootable_client: true
bundles:
- Symfony\Bundle\FrameworkBundle\FrameworkBundle
- ApiPlatform\Symfony\Bundle\ApiPlatformBundle
- Spryker\ApiPlatform\SprykerApiPlatformBundle
bundle_configurations:
api_platform:
doctrine:
enabled: false
doctrine_mongodb_odm:
enabled: false
- \SprykerTest\ApiPlatform\Helper\ApiSchemaHelper
- \SprykerTest\Shared\Console\Helper\ConsoleHelper
- \SprykerTest\Glue\Testify\Helper\GlueEnvironmentHelper