Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
nunomaduro committed Sep 9, 2024
1 parent ce6da2c commit 0b18ce8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pest3-now-available.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ As you may know, [Architecture testing](#arch-testing) enables you to specify ex

It's one of the most popular features of Pest, and with Pest 3, we're introducing **Arch Presets**. Arch Presets are a set of predefined architectural rules that you can use to test your application's architecture. These presets are designed to help you get started with architecture testing quickly and easily.

<img src="/assets/presets-2.jpg" alt="Mutation Testing" style="width: 100%;" />
<img src="/assets/presets-3.jpg" alt="Arch Presets" style="width: 100%;" />

Here are the available Arch Presets in Pest 3:

Expand Down Expand Up @@ -189,7 +189,7 @@ To get started with Arch Presets, please refer to our [Architecture Testing](/do

Pest 3 also introduces **Team Management**, a new feature that allows you to manage tasks and todos with your team directly from the console. With Team Management, you can create, assign, and track tasks, as well as view the status of each task.

<img src="/assets/teams-3.jpg" alt="Mutation Testing" style="width: 100%;" />
<img src="/assets/teams-2.jpg" alt="Team Management" style="width: 100%;" />

To get started with team management in Pest, you need to specify the project's URL in your `Pest.php` configuration file. This URL will be used to link todos to the corresponding project management system.

Expand Down

0 comments on commit 0b18ce8

Please sign in to comment.