-
Notifications
You must be signed in to change notification settings - Fork 2
/
Copy pathbehat.yml.dist
49 lines (38 loc) · 1.48 KB
/
behat.yml.dist
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
default:
suites:
default:
contexts:
- App\Tests\Behat\DemoContext
# Skeleton
- App\Tests\Behat\Skeleton\GeneralContext
- App\Tests\Behat\Skeleton\UserContext
- App\Tests\Behat\Skeleton\PlanContext
- App\Tests\Behat\Skeleton\TeamContext
# A/B Testing
- App\Tests\Behat\Qa\AbTesting\MainContext
# Athena
- App\Tests\Behat\Qa\Athena\MainContext
# Billing
- App\Tests\Behat\Qa\Billing\MainContext
- App\Tests\Behat\Qa\Billing\PaymentsContext
# User
- App\Tests\Behat\Qa\User\MainContext
- App\Tests\Behat\Qa\User\AthenaContext
# Subscriptions
- App\Tests\Behat\Qa\Subscriptions\MainContext
- App\Tests\Behat\Qa\Subscriptions\AthenaContext
# Invoice
- App\Tests\Behat\Qa\Invoice\MainContext
# Common
- App\Tests\Behat\Qa\Common\Elasticsearch\ClientContext
# MultiTenancy
- App\Tests\Behat\Qa\MultiTenancy\MainContext
extensions:
FriendsOfBehat\SymfonyExtension:
kernel:
class: App\Tests\TestKernel
bootstrap: tests/bootstrap.php
Behat\MinkExtension:
sessions:
symfony:
symfony: ~