Example #1
0
 @Before
 public void prepare() {
   setBaseUrl("http://localhost:8080/Movies");
   // setTestingEngineKey(TestingEngineRegistry.TESTING_ENGINE_HTMLUNIT);
   // setTestingEngineKey(TestingEngineRegistry.TESTING_ENGINE_WEBDRIVER);
 }
Example #2
0
 public void setUp() throws Exception {
   super.setUp();
   setBaseUrl(HOST_PATH + "/IElementTest");
   beginAt("/template.html");
 }
 @Ignore
 @Before
 public void prepare() {
   setBaseUrl("http://localhost:8080/JobTrackingSystem");
 }