-
-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathbehat.yml
More file actions
32 lines (32 loc) · 886 Bytes
/
behat.yml
File metadata and controls
32 lines (32 loc) · 886 Bytes
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
default:
suites:
access:
paths:
- 'features/access.feature'
contexts:
- 'Compwright\PhpSession\BehaviorTest\AccessContext'
concurrency:
paths:
- 'features/concurrency.feature'
contexts:
- 'Compwright\PhpSession\BehaviorTest\ConcurrencyContext'
gc:
paths:
- 'features/gc.feature'
contexts:
- 'Compwright\PhpSession\BehaviorTest\GarbageCollectionContext'
id:
paths:
- 'features/id.feature'
contexts:
- 'Compwright\PhpSession\BehaviorTest\IdContext'
persistance:
paths:
- 'features/persistence.feature'
contexts:
- 'Compwright\PhpSession\BehaviorTest\PersistenceContext'
regeneration:
paths:
- 'features/regeneration.feature'
contexts:
- 'Compwright\PhpSession\BehaviorTest\RegenerationContext'