forked from aws/aws-sdk-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml
41 lines (41 loc) · 1.73 KB
/
behat.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
default:
suites:
smoke:
paths: [ "%paths.base%/features/smoke" ]
contexts: [ Aws\Test\Integ\SmokeContext ]
performance:
paths: [ "%paths.base%/features/performance" ]
contexts: [ Aws\Test\PerformanceContext ]
multipart:
paths: [ "%paths.base%/features/multipart" ]
contexts: [ Aws\Test\Integ\MultipartContext ]
batching:
paths: [ "%paths.base%/features/batching" ]
contexts: [ Aws\Test\Integ\BatchingContext ]
blocking:
paths: [ "%paths.base%/features/blocking" ]
contexts: [ Aws\Test\Integ\BlockingContext ]
clientSideMonitoring:
paths: [ "%paths.base%/features/clientSideMonitoring" ]
contexts: [ Aws\Test\Integ\ClientSideMonitoringContext ]
concurrency:
paths: [ "%paths.base%/features/concurrency" ]
contexts: [ Aws\Test\Integ\ConcurrencyContext ]
crt:
paths: [ "%paths.base%/features/crt" ]
contexts: [ Aws\Test\Integ\CrtContext ]
credentials:
paths: [ "%paths.base%/features/credentials" ]
contexts: [ Aws\Test\Integ\CredentialsContext ]
streams:
paths: [ "%paths.base%/features/streams" ]
contexts: [ Aws\Test\Integ\NativeStreamContext ]
s3:
paths: [ "%paths.base%/features/s3" ]
contexts: [ Aws\Test\Integ\S3Context ]
s3Encryption:
paths: [ "%paths.base%/features/s3Encryption" ]
contexts: [ Aws\Test\Integ\S3EncryptionContext ]
s3EncryptionV2:
paths: [ "%paths.base%/features/s3EncryptionV2" ]
contexts: [ Aws\Test\Integ\S3EncryptionContextV2 ]