Roles of members
Applicability
Roles of members are related to the the ownership of the test cases created in a project and generally to the relations between the team members and the test cases.
By default, there are two member roles in Allure TestOps - Lead and Owner.
You can create a new member role or configure automatic assignment of members.
You can assign a member to a test case.
Create a new member role
To create a new system-wide role in your Allure TestOps instance, you need administrator's privileges.
In the Allure TestOps main page, go to the User Menu and select Administration in the drop-down menu.
Go to the Roles section and click the Create button.
Type the Name of the new role and click Submit.
Created role will be available for all projects in the system.
Automatic member assignment
Manual test cases
When a new manual test case is created in the system, Allure TestOps automatically assigns current user as the Owner of the created test case.
Automated test cases
When the test results arrive to Allure TestOps, the parser checks if a suitable label exists in the test result and assigns the appropriate role to the value received from a label.
For example...
{
"name": "Goods checking",
<snip>
"labels": [
{
"name": "author",
"value": "bugsbunny"
},
<snip>
]
<snip>
}
The setting allowing the processing of author
label look like follows.