OSDN Git Service

Исправлено оформление пункта Выход
[invent/invent.git] / codeception.yml
1 actor: Tester
2 bootstrap: _bootstrap.php
3 paths:
4     tests: tests
5     log: tests/_output
6     data: tests/_data
7     helpers: tests/_support
8 settings:
9     memory_limit: 1024M
10     colors: true
11 modules:
12     config:
13         Yii2:
14             configFile: 'config/test.php'
15 #        WebDriver:
16 #            url: 'http://127.0.0.1:8888'
17 #            browser: phantomjs
18
19 # To enable code coverage:
20 #coverage:
21 #    #c3_url: http://localhost:8080/index-test.php/
22 #    enabled: true
23 #    #remote: true
24 #    #remote_config: '../codeception.yml'
25 #    whitelist:
26 #        include:
27 #            - models/*
28 #            - controllers/*
29 #            - commands/*
30 #            - mail/*
31 #    blacklist:
32 #        include:
33 #            - assets/*
34 #            - config/*
35 #            - runtime/*
36 #            - vendor/*
37 #            - views/*
38 #            - web/*
39 #            - tests/*