Skip to content

Windows coverage stops at optics --version #580

Description

@chinmayajha

The installer CI added alongside #577 (in mozarkai/optics-framework-org) runs on a real windows-latest runner and verifies install → optics --versionoptics list → idempotent re-run → uninstall.

That proves the CLI starts on Windows. It does not prove it works there. Unverified on Windows:

  • optics quickstart end to end — the prompts, the scaffold, the config write
  • Running a project: Playwright browser launch, screenshot capture, execution_output/ paths
  • Any path handling that assumes POSIX separators

The macOS and Linux journeys were exercised end to end by hand (installer → quickstart → Playwright sample → doctor → 3/3 passed). Windows has no equivalent.

Suggested

A windows-latest job that runs the Playwright sample, which needs no device:

optics init demo --template playwright
optics doctor demo
optics execute demo

Worth doing before Windows is promoted anywhere as a supported platform, since the installer now makes it look like one.

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