use of com.axway.ats.uiengine.configuration.UiEngineConfigurator in project ats-framework by Axway.
the class HtmlEngineBaseTest method beforeSuiteHtmlEngineBaseTest.
@BeforeSuite
public void beforeSuiteHtmlEngineBaseTest() throws Exception {
UiEngineConfigurator configurator = UiEngineConfigurator.getInstance();
// set the base folder with the map files
// configurator.setMapFilesBaseDir( "resources/com/axway/ats/uiengine/maps" );
// overwrite some configuration properties for faster test execution
configurator.setCommandDelay(-1);
configurator.setElementStateChangeDelay(2000);
configurator.setHighlightElements(false);
}
Aggregations