-
-
Notifications
You must be signed in to change notification settings - Fork 201
/
behat.yml.dist
64 lines (64 loc) · 2.72 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
default:
extensions:
FriendsOfBehat\SymfonyExtension:
bootstrap: tests/bootstrap.php
Behat\MinkExtension:
base_url: "http://test.renaissance.code"
files_path: 'tests/Fixtures'
sessions:
default:
symfony: ~
javascript:
selenium2:
wd_host: http://selenium:4444/wd/hub
browser: 'chrome'
capabilities:
version: ''
extra_capabilities:
chromeOptions:
args:
- "--start-maximized"
Bex\Behat\SkipTestsExtension: ~
Behatch\Extension: ~
suites:
default:
filters:
tags: "@app,@api"
contexts:
- Behatch\Context\BrowserContext:
timeout: 3
- Behatch\Context\DebugContext:
screenshotDir: 'var/behat'
- Behatch\Context\XmlContext
- Behat\MinkExtension\Context\MinkContext
- Tests\App\Behat\Context\AppContext
- Tests\App\Behat\Context\DIContext
- Tests\App\Behat\Context\TransactionalDatabaseContext
- Tests\App\Behat\Context\RestContext
- Tests\App\Behat\Context\MessengerBusContext
- Tests\App\Behat\Context\SecurityContext
- Tests\App\Behat\Context\JsonContext
- Tests\App\Behat\Context\ChronosContext
- Tests\App\Behat\Context\EmailContext
- Tests\App\Behat\Context\NotificationContext
- Tests\App\Behat\Context\FeatureContext
- Tests\App\Behat\Context\DonationContext
javascript:
filters:
tags: "@javascript"
contexts:
- Behatch\Context\BrowserContext:
timeout: 3
- Behatch\Context\DebugContext:
screenshotDir: 'var/behat'
- Behat\MinkExtension\Context\MinkContext
- Tests\App\Behat\Context\AppContext
- Tests\App\Behat\Context\DIContext
- Tests\App\Behat\Context\FixtureContext
- Tests\App\Behat\Context\RestContext
- Tests\App\Behat\Context\SecurityContext
- Tests\App\Behat\Context\JsonContext
- Tests\App\Behat\Context\EmailContext
- Tests\App\Behat\Context\NotificationContext
- Tests\App\Behat\Context\FeatureContext
- Tests\App\Behat\Context\DonationContext