xref: /netbsd-src/external/bsd/kyua-cli/dist/README (revision 6b3a42af15b5e090c339512c790dd68f3d11a9d8)
1*6b3a42afSjmmvKyua (pronounced Q.A.) is a testing framework for both developers and
2*6b3a42afSjmmvusers.  Kyua is different from most other testing frameworks in that it
3*6b3a42afSjmmvputs the end user experience before anything else.  There are multiple
4*6b3a42afSjmmvreasons for users to run the tests themselves, and Kyua ensures that
5*6b3a42afSjmmvthey can do so in the most convenient way.
6*6b3a42afSjmmv
7*6b3a42afSjmmvThis module, kyua-cli, provides the command-line interface to the Kyua
8*6b3a42afSjmmvruntime system.  The major purpose of this tool is to run test cases and
9*6b3a42afSjmmvgenerate unified reports for their results.
10*6b3a42afSjmmv
11*6b3a42afSjmmvFor further information on the contents of this distribution file,
12*6b3a42afSjmmvplease refer to the following other documents:
13*6b3a42afSjmmv
14*6b3a42afSjmmv* AUTHORS: List of authors and contributors to this project.
15*6b3a42afSjmmv* COPYING: License information.
16*6b3a42afSjmmv* INSTALL: Compilation and installation instructions.
17*6b3a42afSjmmv* NEWS: List of major changes between formal releases.
18*6b3a42afSjmmv
19*6b3a42afSjmmvFor general project information, please visit:
20*6b3a42afSjmmv
21*6b3a42afSjmmv    http://code.google.com/p/kyua/
22