io.qameta.allure.kotlin.AllureConstants.kt Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of allure-kotlin-commons Show documentation
Show all versions of allure-kotlin-commons Show documentation
Module allure-kotlin-commons of Allure Framework.
package io.qameta.allure.kotlin
object AllureConstants {
const val TEST_RESULT_FILE_SUFFIX = "-result.json"
const val TEST_RESULT_FILE_GLOB = "*-result.json"
const val TEST_RESULT_CONTAINER_FILE_SUFFIX = "-container.json"
const val TEST_RESULT_CONTAINER_FILE_GLOB = "*-container.json"
const val ATTACHMENT_FILE_SUFFIX = "-attachment"
const val ATTACHMENT_FILE_GLOB = "*-attachment*"
}