|
2 | 2 | slug: / |
3 | 3 | title: Home |
4 | 4 | hide_title: true |
5 | | ---- |
6 | 5 |
|
7 | | - |
| 6 | +--- |
| 7 | + |
8 | 8 |
|
9 | 9 | [](https://badge.fury.io/py/chk) |
10 | | -[](https://www.python.org/downloads/release/python-3102/) |
| 10 | +[](https://www.python.org/downloads/) |
11 | 11 | [](https://twitter.com/chkware) |
12 | | -> Test management for API era. |
13 | 12 |
|
14 | 13 | ### Introduction |
15 | 14 |
|
16 | | -API tests management is not easy to develop, and maintain. It requires multitude of knowledge of programming libraries, business scenarios, infrastructure details, etc - unless you use ***chkware***. |
| 15 | +API quality test, and automation management is not easy to develop, and maintain. It requires multitude of knowledge of programming libraries, business scenarios, infrastructure details, etc - unless you use ***CHKware***. |
17 | 16 |
|
18 | | -***chkware*** (pronounced as */check:ware/*) helps you write accurate, robust, and expressive feature tests for your API in less time. |
| 17 | +***CHKware*** (pronounced as */tʃek-wer/*, i.e. *check-ware*) is a low-code API quality testing, and automation toolbox. It helps you write accurate, robust, and expressive feature tests for your API in less time than usual. |
19 | 18 |
|
20 | | -Read [more value propositions](/introduction) here. Find [changelog](https://github.com/chkware/cli/blob/main/docs/CHANGELOG.md) here. |
| 19 | +Read [about the problems](/introduction) *CHKware* addresses. Find [changelog](https://github.com/chkware/cli/blob/main/docs/CHANGELOG.md). |
21 | 20 |
|
22 | 21 | ### Setup |
23 | 22 |
|
24 | | -With [**Python 3.10**](https://www.python.org/downloads/) and [**Pipx**](https://pypa.github.io/pipx/installation/#install-pipx) preinstalled, run following in your terminal to get ***chkware*** installed. |
| 23 | +With [**Python 3.11**](https://www.python.org/downloads/) and [**Pipx**](https://pypa.github.io/pipx/installation/#install-pipx) preinstalled, run following in your terminal to get *CHKware* installed. |
25 | 24 |
|
26 | 25 | ```bash |
27 | | -$ pipx install chk |
| 26 | +pipx install chk |
28 | 27 | ``` |
29 | 28 |
|
30 | | -Jump to the [setup guide](/setup) for different ways to install ***chkware***. |
| 29 | +Jump to the [setup guide](/setup) for different ways to install ***CHKware***. |
31 | 30 |
|
32 | 31 | ### Usage |
33 | 32 |
|
|
0 commit comments