Skip to content

Commit 26bc37a

Browse files
add selenoid
1 parent fcf9ffb commit 26bc37a

File tree

1 file changed

+3
-8
lines changed

1 file changed

+3
-8
lines changed

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

Lines changed: 3 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,17 +18,12 @@ public class SelenideTest {
1818
static void setupAllureReports() {
1919
SelenideLogger.addListener("AllureSelenide", new AllureSelenide());
2020
}
21-
/**
21+
2222
@BeforeAll
2323
static void setupSelenoid() {
24-
Configuration.remote = "https://user1:1234@selenoid.autotests.cloud/wd/hub";
25-
// Configuration.browser = "chrome";
26-
// DesiredCapabilities capabilities = new DesiredCapabilities();
27-
// capabilities.setCapability(capabilityName: "enableVNC", value: true);
28-
// capabilities.setCapability(capabilityName: "enableVideo", value: true);
29-
// Configuration.browserCapabilities = capabilities;
24+
Configuration.remote = "https://localhost:8080/wd/hub";
3025
}
31-
**/
26+
3227
@Test
3328
public void testMainPage() {
3429
Allure.step("Open main page", (step) -> {

0 commit comments

Comments
 (0)