A
Size: a a a
A
A
AA
AA
AA
AA
A
AA
A
AA
A
A
A
DT
public class Screen implements BeforeAllCallback {
@Override
public void beforeAll(ExtensionContext context) throws Exception {
SelenideLogger.addListener("AllureSelenide", new AllureSelenide()
.screenshots(true)
.savePageSource(true));
}
}BeforeAllCallback.@ExtendWith(Screen.class)AA
AA