Skip to content

BenjaminLimb/web-test-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

57 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction to using web-test-framework

Maven Central

  • The maven central dependency is out of date since I am not longer actively maintaining the framework.

This project is a framework for building Java Maven TestNG Selenium UI Tests that makes it easy to get started and provides robust functionality to help you write powerful automated web UI tests without a lot of code.

To get started download the framework and create a project on your local machine as follows:

git clone https://github.com/BenjaminLimb/web-test-framework.git
mvn install -fweb-test-framework/archetype/pom.xml 
mvn archetype:generate -DarchetypeGroupId=org.syftkog.archetype -DarchetypeArtifactId=web-test-framework-archetype

Or simply include the maven dependency in your existing project pom.xml

  • The maven central dependency is out of date since I am not longer actively maintaining the framework.
<dependency>
	<groupId>org.syftkog</groupId>
	<artifactId>web-test-framework</artifactId>
	<version>1.8.1</version>
</dependency>

See the wiki for more https://github.com/BenjaminLimb/web-test-framework/wiki

About

Selenium Automation UI Framework

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors