Remove deprecation notice from e2e readmes (#34476)
* Remove deprecation notice * Added changelog * Update plugins/woocommerce/tests/e2e-pw/README.md Co-authored-by: Greg <71906536+zhongruige@users.noreply.github.com> Co-authored-by: Greg <71906536+zhongruige@users.noreply.github.com>
This commit is contained in:
parent
e8eb000733
commit
ec3b10fe1f
|
@ -0,0 +1,4 @@
|
||||||
|
Significance: patch
|
||||||
|
Type: dev
|
||||||
|
|
||||||
|
Removed deprecation notice from readme files
|
|
@ -27,7 +27,7 @@ If you are using Windows, we recommend using [Windows Subsystem for Linux (WSL)]
|
||||||
|
|
||||||
### Introduction
|
### Introduction
|
||||||
|
|
||||||
End-to-end tests are powered by Playwright. The test site is spinned up using `wp-env` (recommended), but we also temporarily support `e2e-environment` (deprecated).
|
End-to-end tests are powered by Playwright. The test site is spinned up using `wp-env` (recommended), but we will continue to support `e2e-environment` in the meantime.
|
||||||
|
|
||||||
**Running tests for the first time:**
|
**Running tests for the first time:**
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,8 @@
|
||||||
# WooCommerce Puppeteer End to End Tests (Deprecated)
|
# WooCommerce Puppeteer End to End Tests
|
||||||
|
|
||||||
**Deprecated. Please check the new E2E setup based on [Playwright + wp-env](./../../e2e).**
|
**Please check the new E2E setup based on [Playwright + wp-env](./../../e2e).**
|
||||||
|
|
||||||
This package uses `Puppeteer` as test runner and `e2e-environment` to spin up a test site. **It has been deprecated.** [Please check the new setup](./../../e2e), using `Playwright` as test runner and `wp-env` to spin up a test site.
|
This package uses `Puppeteer` as test runner and `e2e-environment` to spin up a test site. [Please check the new setup](./../../e2e), using `Playwright` as test runner and `wp-env` to spin up a test site.
|
||||||
|
|
||||||
## Table of contents
|
## Table of contents
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue