Skip to content

Commit 84033b8

Browse files
committed
write about testcase and workflow on quick start
1 parent 181de5f commit 84033b8

1 file changed

Lines changed: 5 additions & 3 deletions

File tree

docs/quick-start.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ title: Quick Start
33
---
44

55
:::note
6-
- **Prerequisite**: First, [setup **chkware**](setup) to continue
7-
- Find [More **`http`** examples](Examples/http-examples) here
6+
- **Prerequisite**: First, [setup **chkware**](/setup) to continue
7+
- Find [More `http` examples](/examples/http-examples) here
88
:::
99

1010
Let's call an API that returns current bitcoin price in USD. Please do following:
@@ -96,6 +96,8 @@ Let's call an API that returns current bitcoin price in USD. Please do following
9696
---
9797
We just fetched a live API. You can use `chk http` as your scriptable http client like this :rocket::star2:.
9898

99-
Going further, you should save these `.chk` files in git repo, so that you can run it later, from anywhere where **chkware** is installed. Cheers.
99+
Going further you can customize different parameters for `request` block, [see here](/examples/http-examples), and write testcases [see here](/examples/testcase-examples).
100+
101+
Based on your workflow, you should save these `.chk` files in git repository. So that you can re-run it later, from anywhere where **chkware** is installed. Cheers.
100102

101103
:wink::tada::confetti_ball:

0 commit comments

Comments
 (0)