Test repository with test case is created and executed in TestNG Framework.
git clone git@github.com:ndviet/test-parent-pom.git
git clone git@github.com:ndviet/test-testng-framework.git
cd test-testng-framework
mvn test -DskipTests=false -Dincludes="EasyUpload_io.xml"
mvn test -DskipTests=false -Dincludes="OnlyTestingBlog.xml"
mvn test -DskipTests=false -Dincludes="DemoQA_Download.xml"
Noted:
A sample project with entire repositories together for the test execution.