We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c59b72 commit 0e4ad77Copy full SHA for 0e4ad77
README.md
@@ -39,7 +39,7 @@ In order to use this adapter you need to add a new dependency to your **composer
39
Then add Allure test listener in **phpunit.xml** file:
40
```xml
41
<listeners>
42
- <listener class="Yandex\Allure\Adapter\AllureAdapter" file="vendor/allure-framework/allure-phpunit/src/Yandex/Allure/Adapter/AllureAdapter.php">
+ <listener class="Yandex\Allure\PhpUnit\AllurePhpUnit" file="vendor/allure-framework/allure-phpunit/src/Yandex/Allure/PhpUnit/AllurePhpUnit.php">
43
<arguments>
44
<string>build/allure-results</string> <!-- XML files output directory -->
45
<boolean>true</boolean> <!-- Whether to delete previous results on rerun -->
0 commit comments