-
Notifications
You must be signed in to change notification settings - Fork 17
/
Copy pathbehat.yml
83 lines (82 loc) · 3.58 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
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
default:
extensions:
DMore\ChromeExtension\Behat\ServiceContainer\ChromeExtension: ~
Behat\Symfony2Extension:
kernel:
class: TechDivision\Import\Cli\Simple\AppKernel
Behat\MinkExtension:
browser_name: chrome
sessions:
default:
goutte:
guzzle_parameters:
verify: false
production:
chrome:
api_url: http://localhost:9222
suites:
customer:
paths:
features: tests/acceptance/features/customer-address
contexts:
- TechDivision\Import\Cli\Simple\Contexts\CustomerAddressFeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\FeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\ConsoleContext: ~
customer_address:
paths:
features: tests/acceptance/features/customer
contexts:
- TechDivision\Import\Cli\Simple\Contexts\CustomerFeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\FeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\ConsoleContext: ~
attribute_set:
paths:
features: tests/acceptance/features/attribute-set
contexts:
- TechDivision\Import\Cli\Simple\Contexts\AttributeSetFeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\ConsoleContext: ~
attribute:
paths:
features: tests/acceptance/features/attribute
contexts:
- TechDivision\Import\Cli\Simple\Contexts\AttributeFeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\AttributeSetFeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\ConsoleContext: ~
category:
paths:
features: tests/acceptance/features/category
contexts:
- TechDivision\Import\Cli\Simple\Contexts\CategoryFeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\ConsoleContext: ~
product:
paths:
features: tests/acceptance/features/product
contexts:
- TechDivision\Import\Cli\Simple\Contexts\AttributeSetFeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\AttributeFeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\CategoryFeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\ProductFeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\FeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\ConsoleContext: ~
tier_price:
paths:
features: tests/acceptance/features/tier-price
contexts:
- TechDivision\Import\Cli\Simple\Contexts\TierPriceFeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\AttributeSetFeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\AttributeFeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\CategoryFeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\ProductFeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\FeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\ConsoleContext: ~
msi:
paths:
features: tests/acceptance/features/msi
contexts:
- TechDivision\Import\Cli\Simple\Contexts\MsiFeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\AttributeSetFeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\AttributeFeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\CategoryFeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\ProductFeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\FeatureContext: ~
- TechDivision\Import\Cli\Simple\Contexts\ConsoleContext: ~