All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.avito.test.summary.compose.SlackSummaryComposer.kt Maven / Gradle / Ivy

Go to download

Collection of infrastructure libraries and gradle plugins of Avito Android project

There is a newer version: 2022.1
Show newest version
package com.avito.test.summary.compose

import com.avito.android.Result
import com.avito.report.model.CrossDeviceSuite
import com.avito.report.model.ReportCoordinates
import com.avito.report.model.Team

internal interface SlackSummaryComposer {

    fun composeMessage(
        testData: CrossDeviceSuite,
        team: Team,
        mentionOnFailures: Boolean,
        reportCoordinates: ReportCoordinates,
        reportId: String,
        buildUrl: String
    ): Result
}




© 2015 - 2024 Weber Informatics LLC | Privacy Policy