File tree Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Expand file tree Collapse file tree 2 files changed +16
-0
lines changed Original file line number Diff line number Diff line change 23
23
<!-- TESTCODESTYLE_IS_FULL_SCAN - specify if full scan should be performed for test code style test -->
24
24
<const name =" TESTCODESTYLE_IS_FULL_SCAN" value =" 0" />
25
25
</php >
26
+ <listeners >
27
+ <listener class =" Yandex\Allure\Adapter\AllureAdapter" file =" ../../../vendor/allure-framework/allure-phpunit/src/Yandex/Allure/Adapter/AllureAdapter.php" >
28
+ <arguments >
29
+ <string >var/allure-results</string > <!-- XML files output directory -->
30
+ <boolean >true</boolean > <!-- Whether to delete previous results on rerun -->
31
+ </arguments >
32
+ </listener >
33
+ </listeners >
26
34
</phpunit >
Original file line number Diff line number Diff line change 35
35
<!-- TESTS_COMPOSER_PATH - specify the path to composer binary, if a relative reference cannot be resolved -->
36
36
<!-- <const name="TESTS_COMPOSER_PATH" value="/usr/local/bin/composer"/>-->
37
37
</php >
38
+ <listeners >
39
+ <listener class =" Yandex\Allure\Adapter\AllureAdapter" file =" ../../../vendor/allure-framework/allure-phpunit/src/Yandex/Allure/Adapter/AllureAdapter.php" >
40
+ <arguments >
41
+ <string >var/allure-results</string > <!-- XML files output directory -->
42
+ <boolean >true</boolean > <!-- Whether to delete previous results on rerun -->
43
+ </arguments >
44
+ </listener >
45
+ </listeners >
38
46
</phpunit >
You can’t perform that action at this time.
0 commit comments