Skip to content

e2e-test-utils-playwright - installation fails #49096

@Chrico

Description

@Chrico

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

  1. Create an empty folder "test-e2e"
  2. create a package.json with:
{
    "name": "test-e2e",
    "version": "1.0.0"
}
  1. 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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions