Skip to content

Commit

Permalink
Update stress-testing.md
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro authored Nov 16, 2023
1 parent 632f229 commit 0f9d10d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions stress-testing.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ Stress Testing is a type of testing that inspects the stability and reliability

In Pest, you can combine the power of Stress Testing with the Expectation API ensuring no stability and reliability regressions over time. This can be useful to verify that your application is stable and reliable after a new release, or after a new deployment.

Behind the scenes, this project utilizes [k6](https://k6.io/), a powerful open-source load testing tool for evaluating the performance of APIs, microservices, and websites. k6 is licensed under the **[AGPL-3.0 License](https://www.gnu.org/licenses/agpl-3.0.en.html)**, and the k6 binary is downloaded when the plugin is used for the first time.

To start using Pest's Stress Testing plugin (mostly known as Stressless), you need to require the stressless plugin via Composer.

```bash
Expand Down

0 comments on commit 0f9d10d

Please sign in to comment.