JunitTestLog

class JunitTestLog[source]

The extra fields, only present when the step has not timed-out.

points: Just[float] | _Nothing[float] = Nothing

The amount of success full tests divided by the total amount of tests.

stdout: str

The stdout produced by the step.

stderr: str

The stderr produced by the step.

exit_code: int

The exit code of the step.

time_spend: timedelta

The time spend running the step.