Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added .gitbook/assets/rate-limit-1.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added .gitbook/assets/rate-limit-2.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
12 changes: 12 additions & 0 deletions testing/create-user-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,15 @@ Running specialized tests like **Broken Object Level Authorization**, **Broken U
```
Documentation coming soon....
```

## Adding rate limit

* You can add a rate limit for testing your APIs using akto. E.g. Specifying a rate limit of 200 requests per min would mean that akto will only hit up to 200 api requests per minute during testing.

* To setup rate limit click on Testing > Rate limit.

<figure><img src="../.gitbook/assets/rate-limit-1.png" alt=""><figcaption></figcaption></figure>

* Then click on the dropdown menu and just select your proffered rate limit.

<figure><img src="../.gitbook/assets/rate-limit-2.png" alt=""><figcaption></figcaption></figure>
2 changes: 2 additions & 0 deletions testing/run-test.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,5 @@ Akto's testing module helps you run 100s of test for your APIs. It's a 2 steps p
* Go to `Testing -> Test results -> Test` to see results of the test you have just run.

<figure><img src="../.gitbook/assets/Frame 23 (1).png" alt=""><figcaption></figcaption></figure>

Note: You can schedule daily tests by clicking on select time in the run test dialog. The test will be scheduled to run everyday on the specified time.