Skip to main content
Version: 5.10.x

UploadTestLogStrategy

Enum defining the various strategies for uploading test logs from Workflows.

Table of contents

Enumeration Members

Enumeration Members

Executed

Executed = "executed"

Upload logs of any tests that were executed (not cached).


Failed

Failed = "failed"

Upload logs of only tests that have failed.


None

None = "none"

Do not upload any test logs, regardless of the tests' status.