Skip to content

Harness project - an automation test framework for functional tests

License

Notifications You must be signed in to change notification settings

Flipkart/harness

Repository files navigation

Harness Project

an automation test framework for functional tests

How to build

Before running below commands download ivy jar from here http://ant.apache.org/ivy/download.cgi and copy it into ant lib directory

$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