Refactored

This commit is contained in:
Guillem Hernandez Sola
2019-08-15 11:01:06 +02:00
parent ac3e6652cd
commit e6b8b71ee7
30 changed files with 14 additions and 1444 deletions

View File

@@ -0,0 +1,9 @@
package com.agile611.testng.webdriver;
public class App {
public String getWish() {
return "Hello";
}
}

View File

@@ -1,13 +0,0 @@
package com.itnove.trainings.testng.startUsingWebDriver;
/**
* Hello world!
*
*/
public class App {
public String getWish() {
return "Hello";
}
}

View File

@@ -4,7 +4,7 @@
parallel="tests">
<test name="all" parallel="classes" thread-count="4" time-out="240000">
<packages>
<package name="com.itnove.trainings.testng.startUsingWebDriver.*"/>
<package name="com.agile611.testng.webdriver.*"/>
</packages>
</test>
</suite>