allure-framework / allure-framework/allure-phpunit

Include @group annotations in the report

Open
#46 0 comments 0 reactions 0 assignees View on GitHub
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

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.