Toolkit (framework?) to help with rapid and stable test development for OWD project.
-
Clone this repo. as normal ("git clone ...")
-
Type "cd OWD_TEST_TOOLKIT".
-
Type "./install.sh"
... that's it!
If you want you can use the ./example folder to create your own test cases:
- Copy the folder to somewhere else and rename it to whatever you want.
- Look at the example test case for hints on how to get started, it includes adding mock data and some basic TOOLKIT method calls.