Skip to content

Commit d3c3a1a

Browse files
committed
Update README.md
1 parent 815f4a8 commit d3c3a1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ Then add Allure test listener in **phpunit.xml** file:
5252
</listener>
5353
</listeners>
5454
```
55-
After running PHPUnit tests a new folder will be created (**allure-report-data** in the example above). This folder will contain generated XML files. See [framework help](https://github.com/allure-framework/allure-core/wiki) for details about how to generate report from XML files. By default generated report will only show a limited set of information but you can use cool Allure features by adding a minimum of test code changes. Read next section for details.
55+
After running PHPUnit tests a new folder will be created (**build/allure-results** in the example above). This folder will contain generated XML files. See [framework help](https://github.com/allure-framework/allure-core/wiki) for details about how to generate report from XML files. By default generated report will only show a limited set of information but you can use cool Allure features by adding a minimum of test code changes. Read next section for details.
5656

5757
## Main features
5858
This adapter comes with a set of PHP annotations and traits allowing to use main Allure features.

0 commit comments

Comments
 (0)