addSkipLabel function
Adds the Allure test-plan skip marker to labels.
Implementation
void addSkipLabel(List<AllureLabel> labels) {
labels.add(const AllureLabel(name: allureTestPlanSkipLabel, value: 'true'));
}
Adds the Allure test-plan skip marker to labels.
void addSkipLabel(List<AllureLabel> labels) {
labels.add(const AllureLabel(name: allureTestPlanSkipLabel, value: 'true'));
}