Skip to content

Commit fcf9ffb

Browse files
comment out selenoid
1 parent 4c22693 commit fcf9ffb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/java/org/allure/junit5_github_actions/SelenideTest.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ public class SelenideTest {
1818
static void setupAllureReports() {
1919
SelenideLogger.addListener("AllureSelenide", new AllureSelenide());
2020
}
21-
21+
/**
2222
@BeforeAll
2323
static void setupSelenoid() {
2424
Configuration.remote = "https://user1:1234@selenoid.autotests.cloud/wd/hub";
@@ -28,7 +28,7 @@ static void setupSelenoid() {
2828
// capabilities.setCapability(capabilityName: "enableVideo", value: true);
2929
// Configuration.browserCapabilities = capabilities;
3030
}
31-
31+
**/
3232
@Test
3333
public void testMainPage() {
3434
Allure.step("Open main page", (step) -> {

0 commit comments

Comments
 (0)