forked from aws/aws-sdk-php
-
Notifications
You must be signed in to change notification settings - Fork 0
/
behat.yml
23 lines (23 loc) · 932 Bytes
/
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
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 ]