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

automation.library.conversion2jmx.selenium.Har2JmxBaseTest Maven / Gradle / Ivy

Go to download

The 'conversion2jmx' library to helps creating JMeter JMX files from different sources

The newest version!
package automation.library.conversion2jmx.selenium;

import automation.library.common.Property;
import automation.library.conversion2jmx.har2jmx.HarHelper;
import automation.library.selenium.exec.Constants;

public class Har2JmxBaseTest {
    /**
     * if enableHar2Jmx is true then a HAR and JMX will be created
     */
    public void finaliseRecording() throws Exception {
        HarHelper.getInstance().saveHarAndGenerateJmx(Property.getProperties(Constants.SELENIUMRUNTIMEPATH).getString("harPath"), Property.getProperties(Constants.SELENIUMRUNTIMEPATH).getString("jmxPath"), null);
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy