Skip to content

Commit

Permalink
chore: Update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
chonla committed Jul 11, 2024
1 parent 9c75188 commit 21f0298
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions docs/guide/setups-and-teardowns.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,13 +27,13 @@ Authorization: Bearer {{access_token}}

* `Body.0.id`==`1`

* [Release data session](etc/examples/fakestoreapi.com/executables/release_session.md)
* [Sign out](etc/examples/fakestoreapi.com/executables/auth.md)
* [Release data session](../executables/release_session.md)
* [Sign out](../executables/auth.md)
{% endhighlight %}

## Base Directory

All relative links in Setups and Teardowns are referenced from execution directory.
All relative links in Setups and Teardowns are referenced from test path argument.

You can redefine base directory via [command line](../cli.md) option `-b`.

Expand Down
2 changes: 1 addition & 1 deletion docs/guide/testcases.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ Since the testcase embraces the markdown syntax, you can also use any language t

ทดสอบ API สำหรับลิสต์รายชื่อผลิตภัณฑ์ทั้งหมด โดยจะต้องทำการล็อกอินเข้าใช้งานเพื่อเอา token ก่อน และส่ง token ไปใน header เพื่อเรียกดูรายชื่อผลิตภัณฑ์

* [ลงชื่อเข้าใช้ระบบ](etc/examples/fakestoreapi.com/executables/auth.md)
* [ลงชื่อเข้าใช้ระบบ](../executables/auth.md)

```http
GET https://fakestoreapi.com/products HTTP/1.1
Expand Down

0 comments on commit 21f0298

Please sign in to comment.