All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.github.aoreshin.junit5.extensions.allure.AllureLabelExtension Maven / Gradle / Ivy

There is a newer version: 83
Show newest version
package com.github.aoreshin.junit5.extensions.allure;

import io.qameta.allure.Allure;
import io.qameta.allure.model.Label;
import java.util.List;
import org.junit.jupiter.api.extension.BeforeEachCallback;
import org.junit.jupiter.api.extension.ExtensionContext;

/**
 * Extension that is used to programmatically add Labels to Allure report. To be used with
 * com.github.aoreshin.junit5.extensions.TestTemplateInvocationContextBuilder
 */
public class AllureLabelExtension implements BeforeEachCallback {
  private final List




© 2015 - 2024 Weber Informatics LLC | Privacy Policy