A
Size: a a a
A
BO
BO
A
BO
A
BO
S
А
А
A
А
A
А
E
E
E
@After
public void tearDown() throws IOException {
screenshot();
}
@Attachment(type = "image/png")
public byte[] screenshot() throws IOException {
File screenshot = Screenshots.getLastScreenshot();
return screenshot == null ? null : Files.toByteArray(screenshot);
}