AI AGENT ADDONS

Web Renderer Test

remotion-dev/remotion
Testing & QA
1,847installs

You need to add a new test case for the web renderer. The web renderer uses visual snapshot testing with a tool called vitest. Tests check if the output looks exactly right.

Each test uses a fixture. A fixture is a small piece of code that sets up a scene to render. You can preview your fixture before writing the test. Then you write the test file and run it with a simple command.

After adding your test, remember to update the documentation file. This keeps everything in sync. This skill helps you follow the exact steps to add a reliable test.

Add Web Renderer Test skill to your workflow

Global

mkdir -p ~/.claude/skills/web-renderer-test

Project

mkdir -p .claude/skills/web-renderer-test

Source Repository

Stars
51,532
Forks
3,699
Watchers
51,532
License
NOASSERTION
Last Push
1 month ago
Created
6 years ago