data class TestArtifact


An abstraction for a test artifact representing a file to be included in a ScreenData node.

Summary

Public constructors

TestArtifact(filepath: String, contentType: String)

Public properties

String

the type of the file such as: .png, .txt, .webm.

String

a String containing the path to the desired test output artifact file.

Public constructors

TestArtifact

TestArtifact(filepath: String, contentType: String)
Parameters
filepath: String

a String containing the path to the desired test output artifact file.

contentType: String

the type of the file such as: .png, .txt, .webm.

Public properties

contentType

val contentTypeString

the type of the file such as: .png, .txt, .webm.

filepath

val filepathString

a String containing the path to the desired test output artifact file.