Skip to content
New issue

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

Добавляем зависимости #1

Open
eroshenkoam opened this issue Jun 19, 2020 · 0 comments
Open

Добавляем зависимости #1

eroshenkoam opened this issue Jun 19, 2020 · 0 comments

Comments

@eroshenkoam
Copy link
Owner

eroshenkoam commented Jun 19, 2020

Добавляем зависимости

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"
    }
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant