automation.library.conversion2jmx.selenium.Har2JmxBaseTest Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of library-conversion2jmx Show documentation
Show all versions of library-conversion2jmx Show documentation
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