artifactsDirectory

@get:InputDirectory
@get:PathSensitive(value = PathSensitivity.RELATIVE)
abstract val artifactsDirectory: DirectoryProperty

Path to the directory where performance test artifacts (IDE logs, snapshots, screenshots, etc.) will be stored. If the directory doesn't exist, it will be created.