Skip to content

How to use WebAppFramework

Hemanth Sridhar edited this page Apr 25, 2017 · 4 revisions

In order to use WebAppFramework,

  • set up a maven project
  • add the below dependency in your pom.xml

<!-- https://mvnrepository.com/artifact/com.github.hemanthsridhar/WebAppFramework --> <dependency> <groupId>com.github.hemanthsridhar</groupId> <artifactId>WebAppFramework</artifactId> <version>1.3.19</version> </dependency>

Next topic : TestNG-Configuration

Clone this wiki locally