forked from billabear/billabear
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbehat.yml.dist
133 lines (103 loc) · 4.99 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
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
default:
suites:
default:
contexts:
- BillaBear\Tests\Behat\DemoContext
- BillaBear\Tests\Behat\GeneralContext
- BillaBear\Tests\Behat\UserContext
# API
- BillaBear\Tests\Behat\Api\MainContext
# Payments
- BillaBear\Tests\Behat\Payments\MainContext
- BillaBear\Tests\Behat\Payments\ApiContext
- BillaBear\Tests\Behat\Payments\AppContext
# Customers
- BillaBear\Tests\Behat\Customers\MainContext
- BillaBear\Tests\Behat\Customers\AppContext
# Products
- BillaBear\Tests\Behat\Products\ApiContext
- BillaBear\Tests\Behat\Products\AppContext
# Prices
- BillaBear\Tests\Behat\Prices\ApiContext
- BillaBear\Tests\Behat\Prices\AppContext
# Features
- BillaBear\Tests\Behat\Features\AppContext
# Subscriptions
- BillaBear\Tests\Behat\Subscriptions\MainContext
- BillaBear\Tests\Behat\Subscriptions\ApiContext
- BillaBear\Tests\Behat\Subscriptions\MassChangeContext
- BillaBear\Tests\Behat\Subscriptions\EventsContext
# Subscription Plan
- BillaBear\Tests\Behat\SubscriptionPlan\AppContext
# Payment Details
- BillaBear\Tests\Behat\PaymentDetails\MainContext
- BillaBear\Tests\Behat\PaymentDetails\ApiContext
- BillaBear\Tests\Behat\PaymentDetails\AppContext
# Refund
- BillaBear\Tests\Behat\Refund\ApiContext
- BillaBear\Tests\Behat\Refund\MainContext
# ChargeBack
- BillaBear\Tests\Behat\ChargeBacks\AppContext
# Receipt
- BillaBear\Tests\Behat\Receipt\AppContext
# Credit Notes
- BillaBear\Tests\Behat\CreditNote\AppContext
# Invoices
- BillaBear\Tests\Behat\Invoices\AppContext
- BillaBear\Tests\Behat\Invoices\CreateInvoiceContext
# Settings
- BillaBear\Tests\Behat\Settings\PdfTemplatesContext
- BillaBear\Tests\Behat\Settings\BrandsContext
- BillaBear\Tests\Behat\Settings\EmailTemplatesContext
- BillaBear\Tests\Behat\Settings\NotificationSettingsContext
- BillaBear\Tests\Behat\Settings\SystemSettingsContext
- BillaBear\Tests\Behat\Settings\UserManagementContext
- BillaBear\Tests\Behat\Settings\ApiKeyContext
- BillaBear\Tests\Behat\Settings\TaxSettingsContext
- BillaBear\Tests\Behat\Settings\InvoiceSettingsContext
# Stats
- BillaBear\Tests\Behat\Stats\MainContext
- BillaBear\Tests\Behat\Stats\SubscriptionsContext
- BillaBear\Tests\Behat\Stats\FinancialContext
# Reports
- BillaBear\Tests\Behat\Reports\ExpiringCards\AppContext
# Background Jobs
- BillaBear\Tests\Behat\Background\ExpiringCards\MainContext
- BillaBear\Tests\Behat\Background\Invoice\MainContext
- BillaBear\Tests\Behat\Background\Payments\MainContext
#Vouchers
- BillaBear\Tests\Behat\Vouchers\AppContext
- BillaBear\Tests\Behat\Vouchers\ApiContext
# Tax
- BillaBear\Tests\Behat\Tax\CustomerContext
- BillaBear\Tests\Behat\Tax\InvoiceContext
- BillaBear\Tests\Behat\Tax\ProductContext
- BillaBear\Tests\Behat\Tax\CountryContext
- BillaBear\Tests\Behat\Tax\TaxTypeContext
- BillaBear\Tests\Behat\Tax\ReportContext
# Quoutes
- BillaBear\Tests\Behat\Quote\AppContext
# Developer
- BillaBear\Tests\Behat\Developer\WebhookContext
# Public
- BillaBear\Tests\Behat\Public\InvoiceContext
# Checkout
- BillaBear\Tests\Behat\Checkout\MainContext
# System
- BillaBear\Tests\Behat\System\CancellationRequestContext
# Integrations
- BillaBear\Tests\Behat\Integrations\SlackIntegrationContext
# Stripe Interopt Layer - Remove?
- BillaBear\Tests\Behat\Interopt\Stripe\SubscriptionsContext
# Workflow
- BillaBear\Tests\Behat\Workflow\CancellationRequestContext
extensions:
FriendsOfBehat\SymfonyExtension:
bootstrap: tests/bootstrap.php
kernel:
path: src/BillaBear/Kernel.php
class: BillaBear\Kernel
Behat\MinkExtension:
sessions:
symfony:
symfony: ~