Details
-
Improvement
-
Status: Open
-
Normal
-
Resolution: Unresolved
-
None
-
Quality Assurance
-
Low Hanging Fruit
-
All
-
None
Description
The latest developers guide for unit testing isn't accurate link
For e.g
ant test -Dtest.name=<simple_classname>
isn't valid. It's now
ant testsome -Dtest.name=<simple_classname>
Similarly, we also have `ant long-testsome` & `ant burn-testsome` for e.g. I would be nice to have these documented as well for developers or users.
AC:
- The website accurately represents all testing scenarios present in build.xml or otherwise.