Skip to content
forked from Flipkart/harness

Harness project - an automation test framework for functional tests

License

Notifications You must be signed in to change notification settings

samaitra/harness

 
 

Repository files navigation

Harness Project

an automation test framework for functional tests

How to build

$ant -lib lib compile

$ant -lib lib dist

How to run tests for modules

$ant -lib lib -Dmodule=website test

How to run tests for features

$ant -lib lib -Dmodule=website -Dfeature=discovery test

How to run tests for subfeatures

$ant -lib lib -Dmodule=website -Dfeature=discovery -Dsubfeature=landing test

How to enable database persistence

$ant -lib lib -Dmodule=website -Dpersist=true test

You require the following to build Harness:

About

Harness project - an automation test framework for functional tests

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Java 93.3%
  • CSS 4.2%
  • JavaScript 2.5%