Advertisement
zhytnytskyi

BasicTest

Jul 25th, 2017
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.33 KB | None | 0 0
  1. package ua.net.azhytnytskyi.housework;
  2.  
  3. import com.codeborne.selenide.Configuration;
  4.  
  5. public class BasicTest {
  6.  
  7.     public static String baseUrl = System.getProperty("selenide.baseUrl", "http://todomvc4tasj.herokuapp.com");
  8.  
  9.     {
  10.         Configuration.browser = "chrome";
  11.         Configuration.baseUrl = baseUrl;
  12.  
  13.     }
  14. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement