OSDN Git Service

Добавлено формирование QR-кода, содержащего инвентарный и серийный номера. Так же...
[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
16 # To enable code coverage:
17 #coverage:
18 #    #c3_url: http://localhost:8080/index-test.php/
19 #    enabled: true
20 #    #remote: true
21 #    #remote_config: '../codeception.yml'
22 #    whitelist:
23 #        include:
24 #            - models/*
25 #            - controllers/*
26 #            - commands/*
27 #            - mail/*
28 #    blacklist:
29 #        include:
30 #            - assets/*
31 #            - config/*
32 #            - runtime/*
33 #            - vendor/*
34 #            - views/*
35 #            - web/*
36 #            - tests/*