Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Nov 11, 2023
1 parent 841cc24 commit 1ba713b
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions announcing-stressless.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,16 +7,18 @@ description: "We are thrilled to announce the release of a brand new plugin for

We are thrilled to announce the release of a brand new plugin for Pest PHP: Stressless. This plugin is designed to change the way we approach stress testing in PHP applications, ensuring that your applications are not just passing tests, but are also robust and reliable under regular or extreme conditions.

Before diving into Stressless, let's quickly revisit what stress testing is all about: Stress testing is a type of testing that evaluates the stability and reliability of your application under challenging conditions. This could mean handling a high volume of requests or managing large amounts of data. The goal is to ensure that your application not only works in ideal conditions but also maintains its integrity under pressure.

Stressless is born out of this necessity. It integrates seamlessly with Pest PHP, combining the power of stress testing with the simplicity and elegance of Pest's Expectation API.

Check out this YouTube video where we walk you through the installation and setup of the Stressless plugin:

<iframe width="560" height="315" src="https://www.youtube.com/embed/SaMoPZwdOCY?si=KBskkVWLUUSyK0u0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>

Stress testing is a type of testing that evaluates the stability and reliability of your application under challenging conditions. This could mean handling a high volume of requests or managing large amounts of data. The goal is to ensure that your application not only works in ideal conditions but also maintains its integrity under pressure.

Stressless is born out of this necessity. It integrates seamlessly with Pest PHP, combining the power of stress testing with the simplicity and elegance of Pest's Expectation API.

Check our documentation to get started with Stress Testing / Stressless: **[Stress Testing →](/docs/stress-testing)**.

We hope you enjoy this new addition to the Pest PHP family!

---

If you're considering a testing framework for your next project, here's why you should give Pest a try: [Why Pest →](/docs/why-pest)

0 comments on commit 1ba713b

Please sign in to comment.