Skip to content
This repository was archived by the owner on Sep 11, 2025. It is now read-only.
This repository was archived by the owner on Sep 11, 2025. It is now read-only.

Misleading documentation about protocols #20

@drakulavich

Description

@drakulavich

Taking the first steps with playwright. Was stuck with one part of the documentation:
https://github.com/playwright-community/jest-process-manager#protocol

Turned out that it's not a protocol. It's a "resource prefix" from wait-on library.
So, http means HTTP HEAD returns 2XX response. In my case, I had to change it to http-get to work properly.

Please, mention wait-on in readme explicitly.

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions