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

ru.yandex.qatools.allure.plugins.Environment Maven / Gradle / Ivy

There is a newer version: 1.5.4
Show newest version
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