
ru.yandex.qatools.allure.plugins.Environment Maven / Gradle / Ivy
package ru.yandex.qatools.allure.plugins;
import java.util.Map;
/**
* @author Dmitry Baev [email protected]
* Date: 05.10.15
*/
public interface Environment {
/**
* Returns the name of the test run. Default value is Allure Test Run
*/
String getName();
/**
* Returns the url to the test run in test execution system.
*/
String getUrl();
/**
* Returns the id of the test run.
*/
String getId();
/**
* Returns the test run environment variables.
*/
Map getParameters();
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy