-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Description
Добавляем зависимости
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"
}
}
Metadata
Metadata
Assignees
Labels
No labels