mirror of
https://github.com/owncast/owncast.git
synced 2024-10-10 19:16:02 +00:00
Disable snapshot UI tests on certain stories. Closes #2642
This commit is contained in:
parent
de20b2cc11
commit
81e1f7920b
@ -1,7 +1,7 @@
|
||||
import { Canvas, Meta, Story } from '@storybook/addon-docs';
|
||||
import { ColorRow } from './Color';
|
||||
|
||||
<Meta title="owncast/Styles/Colors" />
|
||||
<Meta title="owncast/Styles/Colors" parameters={chromatic: { disableSnapshot: true }} />
|
||||
|
||||
# Default theme colors
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { Canvas, Meta, Story } from '@storybook/addon-docs';
|
||||
|
||||
<Meta title="owncast/Documentation/Design" />
|
||||
<Meta title="owncast/Documentation/Design" parameters={chromatic: { disableSnapshot: true }} />
|
||||
|
||||
# Owncast Design Guidelines & Resources
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { Canvas, Meta, Story } from '@storybook/addon-docs';
|
||||
|
||||
<Meta title="owncast/Documentation/Get Started with Owncast Development" />
|
||||
<Meta title="owncast/Documentation/Get Started with Owncast Development" parameters={chromatic: { disableSnapshot: true }} />
|
||||
|
||||
---
|
||||
title: "How to work on Owncast"
|
||||
|
@ -1,7 +1,12 @@
|
||||
import { Canvas, Meta, Story } from '@storybook/addon-docs';
|
||||
import { Image, ImageRow } from './ImageAsset';
|
||||
|
||||
<Meta title="owncast/Frontend Assets/Emoji" />
|
||||
<Meta
|
||||
title="owncast/Frontend Assets/Emoji"
|
||||
parameters={
|
||||
chromatic: { disableSnapshot: true },
|
||||
}
|
||||
/>
|
||||
|
||||
# Built-in Custom Emoji
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { Canvas, Meta, Story } from '@storybook/addon-docs';
|
||||
import { Image, ImageRow } from './ImageAsset';
|
||||
|
||||
<Meta title="owncast/Frontend Assets/Images" />
|
||||
<Meta title="owncast/Frontend Assets/Images" parameters={chromatic: { disableSnapshot: true }} />
|
||||
|
||||
# Images
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { Canvas, Meta, Story } from '@storybook/addon-docs';
|
||||
import { Image, ImageRow } from './ImageAsset';
|
||||
|
||||
<Meta title="owncast/Project Assets/Logos & Graphics" />
|
||||
<Meta title="owncast/Project Assets/Logos & Graphics" parameters={chromatic: { disableSnapshot: true }} />
|
||||
|
||||
# Logos & Graphics
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { Canvas, Meta, Story } from '@storybook/addon-docs';
|
||||
|
||||
<Meta title="owncast/Documentation/Product Definition" />
|
||||
<Meta title="owncast/Documentation/Product Definition" parameters={chromatic: { disableSnapshot: true }} />
|
||||
|
||||
# Owncast Product Definition
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { Canvas, Meta, Story } from '@storybook/addon-docs';
|
||||
import { Image, ImageRow } from './ImageAsset';
|
||||
|
||||
<Meta title="owncast/Frontend Assets/Social Platform Images" />
|
||||
<Meta title="owncast/Frontend Assets/Social Platform Images" parameters={chromatic: { disableSnapshot: true }} />
|
||||
|
||||
# Social Platform Images
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { Canvas, Meta, Story } from '@storybook/addon-docs';
|
||||
import { Image, ImageRow } from './ImageAsset';
|
||||
|
||||
<Meta title="owncast/Project Assets/T-Shirt" />
|
||||
<Meta title="owncast/Project Assets/T-Shirt" parameters={chromatic: { disableSnapshot: true }} />
|
||||
|
||||
# T-shirt
|
||||
|
||||
|
@ -1,6 +1,6 @@
|
||||
import { Canvas, Meta, Story } from '@storybook/addon-docs';
|
||||
|
||||
<Meta title="owncast/Documentation/Building Frontend Components" />
|
||||
<Meta title="owncast/Documentation/Building Frontend Components" parameters={chromatic: { disableSnapshot: true }} />
|
||||
|
||||
# How we develop components
|
||||
|
||||
|
@ -1,5 +1,5 @@
|
||||
import { Canvas, Meta, Story } from '@storybook/addon-docs';
|
||||
|
||||
<Meta title="owncast/Documentation/{{title}}" />
|
||||
<Meta title="owncast/Documentation/{{title}}" parameters={chromatic: { disableSnapshot: true }} />
|
||||
|
||||
{{content}}
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { Canvas, Meta, Story } from '@storybook/addon-docs';
|
||||
import { Image, ImageRow } from './ImageAsset';
|
||||
|
||||
<Meta title="owncast/Frontend Assets/Emoji" />
|
||||
<Meta title="owncast/Frontend Assets/Emoji" parameters={chromatic: { disableSnapshot: true }} />
|
||||
|
||||
# Built-in Custom Emoji
|
||||
|
||||
|
@ -1,7 +1,7 @@
|
||||
import { Canvas, Meta, Story } from '@storybook/addon-docs';
|
||||
import { Image, ImageRow } from './ImageAsset';
|
||||
|
||||
<Meta title="{{category}}" />
|
||||
<Meta title="{{category}}" parameters={chromatic: { disableSnapshot: true }} />
|
||||
|
||||
# {{capitalize title}}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user