CI Can Take Screenshots. It Should Not Publish Them Blindly.
How product teams can generate screenshots in CI while keeping review, state, and docs publishing under control.
Tag archive
How product teams can generate screenshots in CI while keeping review, state, and docs publishing under control.
A practical guide to using Playwright for documentation screenshots while keeping product state, review, and publishing decisions under control.
Most screenshot tools solve the first click. They let you grab the screen. Cool. That part has never...
A practical workflow for keeping documentation screenshots up to date without last-minute manual sweeps.
Visual debt is the accumulated gap between your product's current interface and the screenshots in your docs. It compounds every release, and most teams have no mechanism to pay it down.
Screenshots-as-code treats documentation visuals as automated artifacts: defined in config, reviewed in diffs, and refreshed with the product.
How to automate documentation screenshots with scenarios, browser capture, CI review, and stable docs assets.
Learn how to convert screenshots to editable text using AI-powered tools and techniques, simplifying your workflow and increasing productivity.
const viewports = [ { width: 1920, height: 1080 }, // desktop full HD { width: 1366, height:...
Originally published at norvik.tech Introduction Explore the essential compliance...

PulseDeck Core v3.1.1 is here, and it's packed with powerful new features to revolutionize your...
My chrome-aws-lambda function had been running fine for about eight months. Then Chrome shipped a new...