Looking at documentation http://maven.apache.org/surefire/maven-surefire-plugin/examples/testng.html, we can see <scope>
tag under <dependency>
What is that and how can we use it for running test?
Looking at documentation http://maven.apache.org/surefire/maven-surefire-plugin/examples/testng.html, we can see <scope>
tag under <dependency>
What is that and how can we use it for running test?