BO
Size: a a a
BO
AP
VT
Allure.
getLifecycle().updateTestCase((t) -> new Label().withName(newName).withValue(newName));
VT
BO
S
S
VT
VT
VT
private static void stopAndWriteCurrentTestCaseAsSkipped(String currentTestCaseUuid) {
getLifecycle().stopTestCase(currentTestCaseUuid);
getLifecycle().updateTestCase(currentTestCaseUuid,
(t) -> t.withStatus(Status.
SKIPPED));
getLifecycle().writeTestCase(currentTestCaseUuid);
}
VT
VT
S
S
S
S
AP
VT
S
BO