We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Добавляем зависимости
dependencies { compile('com.codeborne:selenide:5.11.1') compile('org.aeonbits.owner:owner-java8:1.0.12') compile('io.qameta.allure:allure-java-commons:2.13.3') compile('org.seleniumhq.selenium:selenium-java:3.141.59') compile("com.fasterxml.jackson.core:jackson-databind:2.11.0") testCompile("org.junit.jupiter:junit-jupiter-api:5.3.0") testCompile("org.junit.jupiter:junit-jupiter-engine:5.3.0") testCompile("org.junit.jupiter:junit-jupiter-params:5.3.0") }
Добавляем Allure плагин
plugins { id 'java' id 'io.qameta.allure' version '2.8.1' }
Добавляем кофигурацию:
allure { autoconfigure = true version = '2.13.3' useJUnit5 { version = "2.13.3" } }
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Добавляем зависимости
Добавляем Allure плагин
Добавляем кофигурацию:
The text was updated successfully, but these errors were encountered: