🌐 AI搜索 & 代理 主页
Skip to content

Conversation

@baev
Copy link
Member

@baev baev commented Sep 11, 2023

Context

The proposed change allows overriding default labels parentSuite, suite and subSuite.

test("test with custom labels", async () => {
  await allure.label(LabelName.PARENT_SUITE, "Parent suite");
  await allure.label(LabelName.SUITE, "Suite suite");
  await allure.label(LabelName.SUB_SUITE, "Sub suite");
});

Checklist

@baev baev added the type:improvement Improvement or request label Sep 11, 2023
@baev baev changed the title Allow default suite labels override impr(playwright): allow default suite labels override Sep 11, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants