Skip to content

Docs: skill examples use outdated video-stop filename syntax #322

Description

Summary

The Playwright CLI skill documentation shows an outdated video-stop usage pattern.

Current examples use positional filename arguments, e.g.:

  • playwright-cli video-stop video.webm

However, the CLI currently accepts either:

  • playwright-cli video-stop
  • playwright-cli video-stop --filename myfile.webm

Why this is a problem

Following the documented positional-argument form causes confusion and can fail depending on CLI argument parsing/version.

Suggested fix

Update all video-stop examples in skill docs to use supported syntax only:

  1. No-arg default output: playwright-cli video-stop
  2. Explicit output: playwright-cli video-stop --filename <name>.webm

Context

I validated this behavior while running TodoMVC automation via Playwright CLI and confirmed the accepted forms above.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions