In the last article from our POM series, we were able to run framework tests from testng.xml file. Today, we will see how to run the same from command prompt.
Plugin requirement :
In our POM.xml file, we need to add Surefire plugin, which will enable...