forked from aws/aws-sdk-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml
29 lines (29 loc) · 1.16 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
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 ]
concurrency:
paths: [ %paths.base%/features/concurrency ]
contexts: [ Aws\Test\Integ\ConcurrencyContext ]
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 ]