Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:23:30 +08:00
commit f0ed1b5fbf
8 changed files with 230 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
# References
Bundled resources for snapshot-test-manager skill
- [ ] jest_snapshot_format.md Documentation on Jest snapshot format and best practices.
- [ ] vitest_snapshot_format.md Documentation on Vitest snapshot format and best practices.
- [ ] playwright_snapshot_format.md Documentation on Playwright snapshot format and best practices.
- [ ] storybook_snapshot_format.md Documentation on Storybook snapshot format and best practices.
- [ ] snapshot_update_workflow.md Detailed workflow for updating snapshots with examples.