Skip to content

💻 📂 📊 Настройка Allure, интегрированного с Selenide. Настройка ReportPortal (в работе)

Notifications You must be signed in to change notification settings

holyblaz/Automation_Selenide_Allure

Repository files navigation

Automation_Selenide_Allure Build status

Обучение в Нетологии.

Курс Автоматизированное тестирование

Тема: Репортинг: Allure, Report Portal

  • Настройка Allure, интегрированного с Selenide
  • Настройка ReportPortal (в работе, планирую дальнейшее изучение ReportPortal)

Инструкция по настройке Allure

  1. В проекте в build.gradle прописать
plugins {
    id 'java'
    id 'io.freefair.lombok' version '5.3.0'
    id 'io.qameta.allure' version '2.9.6'
}

group 'ru.netology'
version '1.0-SNAPSHOT'

sourceCompatibility = 11
compileJava.options.encoding = "UTF-8"
compileTestJava.options.encoding = "UTF-8"

allure {
    version = '2.18.1'
    useJUnit5 {
        version = '2.18.1'
    }
}

repositories {
    mavenCentral()
}

Для запуска использовать команду

gradlew clean test allureReport
gradlew allureServe

Allure report

Allure_report_1 Allure_report_2

About

💻 📂 📊 Настройка Allure, интегрированного с Selenide. Настройка ReportPortal (в работе)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages