[OPIK-7087] [DOCS] docs: add writing-visual-tests skill - #7574
Draft
natagh23 wants to merge 4 commits into
Draft
Conversation
Contributor
⏱️ pre-commit per-hook timingNo linted files changed — nothing to run. ⏭️ 41 skipped (no matching files changed)
|
natagh23
force-pushed
the
nata/OPIK-7087-skill-for-visual-tests
branch
from
July 30, 2026 16:21
7df8def to
6a9f1bc
Compare
…tests Points to the actual root .gitignore instead of a nonexistent tests_end_to_end/visual-tests/.gitignore, fixes the inverted SKIP_TEARDOWN condition for screenshots/comparison/, and separates .auth/ from .test-state.json since global-teardown.ts only removes the latter. Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Details
Adds a new
writing-visual-testsagent skill covering how to add a screenshot-comparison test to Opik's visual regression suite (tests_end_to_end/visual-tests/). It documents the page-object pattern, deterministic seeding viatest-helper-service, unique screenshot naming, per-test masking, baseline (re)generation, and the local run-until-stable loop, and adds it to the skills index in.agents/skills/README.md.Change checklist
Issues
AI-WATERMARK
AI-WATERMARK: yes
Testing
No code changes — this PR only adds documentation (
.agents/skills/writing-visual-tests/SKILL.mdand a README index entry). Verified the skill file renders correctly as Markdown and that.agents/skills/README.mdtable formatting stays intact.Documentation
.agents/skills/writing-visual-tests/SKILL.md.agents/skills/README.mdto list the new skill