Skip to content

Releases: Robocular/frostbyte-screenshot-action

v1.0.0 — Automated Website Screenshots

04 Mar 23:27

Choose a tag to compare

Frostbyte Screenshot Action v1.0.0

Take automated website screenshots in your CI/CD pipeline. No Puppeteer setup, no browser dependencies.

Features

  • 5 viewport presets (desktop, tablet, mobile, 1080p, 4k)
  • Full-page capture & dark mode emulation
  • PNG/JPEG output with quality control
  • Auto-upload as GitHub Actions artifact
  • Optional PR comment with screenshot details
  • Works without API key (50 free screenshots)
  • Free API key for higher limits (200 credits)

Quick Start

- name: Take screenshot
  uses: OzorOwn/frostbyte-screenshot-action@v1
  with:
    url: 'https://your-app.vercel.app'

See README for full documentation.