Configuration.baseUrl = PropertiesData.APP_PROPERTIES.properties.getProperty("url");
Configuration.fastSetValue = true;
Configuration.startMaximized = true;
Configuration.clickViaJs = true;
SelenideLogger.addListener("AllureSelenide", new AllureSelenide().screenshots(true).savePageSource(true));
Сейчас вот все мои настройки