File tree 1 file changed +3
-8
lines changed
src/test/java/org/allure/junit5_github_actions
1 file changed +3
-8
lines changed Original file line number Diff line number Diff line change @@ -18,17 +18,12 @@ public class SelenideTest {
18
18
static void setupAllureReports () {
19
19
SelenideLogger .addListener ("AllureSelenide" , new AllureSelenide ());
20
20
}
21
- /**
21
+
22
22
@ BeforeAll
23
23
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" ;
30
25
}
31
- **/
26
+
32
27
@ Test
33
28
public void testMainPage () {
34
29
Allure .step ("Open main page" , (step ) -> {
You can’t perform that action at this time.
0 commit comments