Skip to content

Commit 784c8b9

Browse files
committed
docs: adjusts for 4.x
1 parent 779edde commit 784c8b9

File tree

2 files changed

+9
-5
lines changed

2 files changed

+9
-5
lines changed

pest-v4-is-here-now-with-browser-testing.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@ title: Pest v4 Is Here — Now with Browser Testing
33
description: Today, we’re thrilled to announce Pest v4 — our biggest release yet, featuring powerful new browser testing with parallel support and full Laravel integration.
44
---
55

6-
> Note: Pest v4 is not yet released. Details may change before the final launch.
7-
86
> To get started with Pest v4's new features including browser testing, please refer to the upgrade guide: [Upgrade Guide →](/docs/upgrade-guide).
97
108
- [Browser Testing](#pest-v4-is-here-now-with-browser-testing)
@@ -17,7 +15,7 @@ description: Today, we’re thrilled to announce Pest v4 — our biggest release
1715

1816
# Pest v4 Is Here — Now with Browser Testing
1917

20-
Today (August 21), we’re thrilled to announce the release of **Pest v4**, bringing the biggest testing upgrade yet: powerful **[Browser Testing](/docs/browser-testing)**. Pest’s new browser testing features let you run elegant, maintainable browser tests — with first-class support for Laravels testing API and the ability to run tests in parallel. For the first time, this is browser testing that feels as good as writing unit tests.
18+
Today, we’re thrilled to announce the release of **Pest v4**, bringing the biggest testing upgrade yet: powerful **[Browser Testing](/docs/browser-testing)**. Pest’s new browser testing features let you run elegant, maintainable browser tests — with first-class support for Laravel's testing API and the ability to run tests in parallel. For the first time, this is browser testing that feels as good as writing unit tests.
2119

2220
Here is an example using [Laravel](https://laravel.com):
2321

upgrade-guide.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,17 @@ All other Pest maintained plugins should be updated to version `^4.0` in your ap
2727
+ "pestphp/pest-plugin-laravel": "^4.0",
2828
```
2929

30-
### PHPUnit 11 2 Changes
30+
### PHPUnit 12 Changes
3131

3232
> Likelihood Of Impact: Medium
3333
34-
Pest 4 is built on top of PHPUnit 12. This means that any notable changes made to PHPUnit 12 might have an impact on your test suite. To examine all the changes introduced in PHPUnit 12, please consult the [PHPUnit 12 changelog](https://github.com/sebastianbergmann/phpunit/blob/11.0.0/ChangeLog-11.0.md).
34+
Pest 4 is built on top of PHPUnit 12. This means that any notable changes made to PHPUnit 12 might have an impact on your test suite. To examine all the changes introduced in PHPUnit 12, please consult the [PHPUnit 12 changelog](https://github.com/sebastianbergmann/phpunit/blob/12.0.0/ChangeLog-12.0.md).
35+
36+
### Watch & Faker Plugin Deprecations
37+
38+
> Likelihood Of Impact: Low
39+
40+
The `pestphp/pest-plugin-watch` and `pestphp/pest-plugin-faker` plugins have been archived and are no longer maintained. The functionality provided by these plugins was not widely used, and therefore, they have been removed from Pest 4.
3541

3642
---
3743

0 commit comments

Comments
 (0)