Skip to content

Commit 93bbf0b

Browse files
committed
remove stability info from intro block
1 parent 97159e0 commit 93bbf0b

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

docs/introduction.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,17 @@ title: Introduction
44

55
![CHKware | Low-code API quality testing, and automation toolbox](./assets/github-hero-01.png)
66

7-
87
*CHKware* (pronounced as */check:ware/*) is a low-code API testing tool, a script-able HTTP client, and an API test automation tool for the API era.
98

109
It is available as a command-line application. You write test specification files in a [YAML](https://yaml.org/)-based [DSL](https://en.wikipedia.org/wiki/Domain-specific_language). In that specification file you will define some structured configurations to be used for the following purpose:
1110

12-
- Create reusable http request specification. [alpha]
13-
- Create reusable test specifications. [alpha]
11+
- Create reusable http request specification.
12+
- Create reusable test specifications.
1413

1514
Afterward, you run those test specification files with *CHKware*, and get test results or even reuse them.
1615

1716
---
17+
1818
### Motivation
1919

2020
In today's world, API is one of the key fuels that drive business. It is the way web applications consume services from self-hosted or 3rd-party vendors. Recent technology movements are going to a fluid internet direction, where *vendor_A* have one API, *vendor_B* is another API provider, while we are the consumers (e-commerce, fin-tech) of those vendor APIs. We use those APIs to host our contents based on those APIs. Maybe we are *vendor_U* hosting more complex APIs on top of those. So, with the upcoming complexity of integration we need better tooling for API testing. Testing tools for modularize api testing.
@@ -63,5 +63,5 @@ There is no native binary dependency, therefore it is expected on all the platfo
6363

6464
Command name | Specification document | Stability
6565
---|---|---
66-
`http`| Http | _alpha_
67-
`testcase`| Testcase | _alpha_
66+
`chk http`| Http | *alpha*
67+
`chk testcase`| Testcase | *alpha*

0 commit comments

Comments
 (0)