-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Description
Description
The documentation of e2e-test-utils-playwright in https://github.com/WordPress/gutenberg/tree/HEAD/packages/e2e-test-utils-playwright#installation describes following:
npm install @wordpress/e2e-test-utils-playwright --save-dev
When running this I'm getting following error back:
npm ERR! code E404
npm ERR! 404 Not Found - GET https://registry.npmjs.org/@wordpress%2fe2e-test-utils-playwright - Not found
npm ERR! 404
npm ERR! 404 '@wordpress/e2e-test-utils-playwright@*' is not in this registry.
Step-by-step reproduction instructions
- Create an empty folder "test-e2e"
- create a package.json with:
{
"name": "test-e2e",
"version": "1.0.0"
}- run:
npm install @wordpress/e2e-test-utils-playwright --save-dev
// or
yarn add @wordpress/e2e-test-utils-playwright --save-dev
Screenshots, screen recording, code snippet
No response
Environment info
No response
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels
Type
Fields
Give feedbackNo fields configured for issues without a type.