Thanks to visit codestin.com
Credit goes to github.com

Skip to content

lotaris/junit-selenium-framework

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

junit-selenium-framework

Add utilities around Selenium Framework to write tests more easily.

Usage

  1. Clone the repository.

  2. Run the following command

cd <projectFolder>
mvn clean install
  1. Put the following dependency in your pom.xml
<dependency>
  <groupId>com.lotaris.selenium</groupId>
  <artifactId>junit-selenium-framework</artifactId>
  <version>1.5.0</version>
</dependenc>

Requirements

  • Java 6+

Contributing

  • Fork
  • Create a topic branch - git checkout -b feature
  • Push to your branch - git push origin feature
  • Create a pull request from your branch

Please add a changelog entry with your name for new features and bug fixes.

License

junit-selenium-framework is licensed under the MIT License. See LICENSE.txt for the full text.

About

Add utilities around Selenium Framework to write tests more easily.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages