You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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 {
}
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: