vitrinkaDocsBack to the vitrína

Browser recorder

A Chrome extension that records manual-testing journeys — screenshots, interactions, network calls and notes — and publishes them to your server as a reviewable board.

Install

The CLI installs and maintains it, including the update host, so the extension can reload itself when a new release lands.

vitrinka extension setup     # unpack the release, register the update host
vitrinka extension update    # swap to the newest release
vitrinka extension doctor    # report every link in the update chain

vitrinka install offers it too — --extension accepts without asking, --no-extension skips it.

When it records

Only while you explicitly start a session, and only against the server you configure in its options. There is no background capture.

  • Explicit sessionsrecording starts and stops when you say so.
  • One destinationexclusively the vitrinka server URL you configure — no third-party telemetry.
  • Readable sourcethe extension is published in the vitrinka-kit repository so you can check what runs on your device.