allure-framework / allure-framework/allure-phpunit
Include @group annotations in the report
Open
- Dominant language
- PHP
- Stars
- 66
- Forks
- 34
- PR merge metrics
- No merged PRs in 30d
Description
We've tagged each tests with relevant groups. We'd like to filter/ categorise/ see test belonging to a group, together. I see that we don't pass group information to xmls. Can we add it as a feature?
```
/**
* Tests if this works
* @group Basic_Test
* @group Login
* @group Logout
*/
class ThisIsATest extends BaseTest {
}
```
Contributor guide
Assessment
This issue has not been assessed yet.