+
+ Lorem ipsum dolor dolore magna sit amet.
+
+
+ );
+ await expect(root).toMatchScreenshot();
+ });
+});
diff --git a/core/src/components/cat-button/__screenshots__/cat-button.screenshot.tsx/cat-button-matches-screenshot-1-chromium.png b/core/src/components/cat-button/__screenshots__/cat-button.screenshot.tsx/cat-button-matches-screenshot-1-chromium.png
new file mode 100644
index 00000000..79571163
Binary files /dev/null and b/core/src/components/cat-button/__screenshots__/cat-button.screenshot.tsx/cat-button-matches-screenshot-1-chromium.png differ
diff --git a/core/src/components/cat-button/cat-button.screenshot.tsx b/core/src/components/cat-button/cat-button.screenshot.tsx
new file mode 100644
index 00000000..56c4f3cc
--- /dev/null
+++ b/core/src/components/cat-button/cat-button.screenshot.tsx
@@ -0,0 +1,9 @@
+import { describe, it, expect } from 'vitest';
+import { render, h } from '@stencil/vitest';
+
+describe('cat-button', () => {
+ it('matches screenshot', async () => {
+ const { root } = await render(