Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
"scn": "pnpm --filter=testcase-sb-csf-next",
"t:t": "turbo t:t",
"test": "turbo test",
"test:sc3": "vitest run --project=sb-csf-3",
"test:trv": "vitest run --project=testcase-react-vite-ts",
"test:u": "turbo test -- -u",
"trv": "pnpm --filter=testcase-react-vite-ts",
Expand Down
2 changes: 1 addition & 1 deletion testcases/sb-csf-3/src/stories/Button.stories.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ export const Primary: Story = {

export const Secondary: Story = {
args: {
label: 'Button',
label: 'Test',
},
}

Expand Down
1 change: 1 addition & 0 deletions testcases/sb-csf-3/vitest.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@ export default defineConfig({
plugins: [react(), storybookTest({ configDir: join(import.meta.dirname, '.storybook') }), storybookVis()],
test: {
name: 'sb-csf-3',
retry: 1,
browser: {
enabled: true,
headless: true,
Expand Down