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:
Jamel Noel Reid 2022-08-25 14:41:55 -05:00 committed by GitHub
parent e8eb000733
commit ec3b10fe1f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
3 changed files with 8 additions and 4 deletions

View File

@ -0,0 +1,4 @@
Significance: patch
Type: dev
Removed deprecation notice from readme files

View File

@ -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:**

View File

@ -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