15502 Commits

Author SHA1 Message Date
Valentin Palkovic
becbd846b9
Merge branch 'unified-ui-testing' into valentin/report-component-test-errors 2024-10-21 11:16:33 +02:00
Kasper Peulen
453d2438f8 Escape xml 2024-10-21 11:13:06 +02:00
Valentin Palkovic
3039a87459 Merge remote-tracking branch 'origin/next' into unified-ui-testing 2024-10-21 10:49:21 +02:00
Valentin Palkovic
79ec6c670c
Merge branch 'unified-ui-testing' into yann/addon-interactions-conflict 2024-10-21 10:45:32 +02:00
Valentin Palkovic
ec16750850
Merge branch 'next' into fix-vitest-plugin-for-vitest-browser-2.1.2-later 2024-10-21 10:14:05 +02:00
Valentin Palkovic
b68f953387 Addon-Test: Report component file tests to the frontend 2024-10-21 10:08:04 +02:00
jonniebigodes
3c53875965 Maintenance: Fix broken and outdated documentation links 2024-10-20 19:40:28 +01:00
jonniebigodes
44ed4e6ee9 Docs: Fix broken links in the monorepo documentation 2024-10-20 16:46:52 +01:00
Michael Shilman
816e595f61 TagsFilter: Fix sidebar stories 2024-10-20 19:10:19 +08:00
Michael Shilman
3b4318f6df
Merge pull request #29344 from vctqs1/add-step-to-check-decl
ConfigFile: Fix `export { X }` parsing
2024-10-20 18:30:03 +08:00
strozw
0284687b2f
refactor: Revert unncessary changes 2024-10-20 15:46:33 +09:00
Satoru Ohzawa
5215f96719
Merge branch 'next' into fix-vitest-plugin-for-vitest-browser-2.1.2-later 2024-10-20 15:14:44 +09:00
strozw
4e3bab36dc
refactor: Change dynamic import of @vitest/browser/context to be closer to the previous form 2024-10-20 14:55:15 +09:00
strozw
97f93b7d71
Revert "chore: update vitest packages to 2.1.3"
This reverts commit 484f930b406118917e4f2a2189f10cd4cccfca5c.
2024-10-20 14:48:36 +09:00
Yevhenii
984d118e77
Merge branch 'next' into next 2024-10-19 21:31:32 +03:00
Michael Shilman
993d25055f
Merge branch 'next' into add-step-to-check-decl 2024-10-20 01:43:30 +08:00
Michael Shilman
84671f89bb thanks typescript 2024-10-20 01:29:04 +08:00
Michael Shilman
c17c443aec
Merge branch 'next' into shilman/simple-tag-filter 2024-10-19 16:19:49 +08:00
strozw
9abcdf6648
fix: Fix vitest-plugin/viewports.ts so that it is not affected by errors thrown by @vietest/browser/contest. 2024-10-19 14:15:42 +09:00
strozw
484f930b40
chore: update vitest packages to 2.1.3 2024-10-19 14:15:21 +09:00
Michael Shilman
ec6c5e0bc1 Review feedback 2024-10-19 12:04:09 +08:00
Michael Cebrian
bb07fe6b58 UI: Fix refIndicator to use ReactNode for check icon 2024-10-18 20:15:41 -04:00
Yevhenii
c0003af5ed
Merge branch 'next' into next 2024-10-18 17:32:47 +03:00
Jeppe Reinhold
a4b54b62c4 Merge branch 'next' of github.com:storybookjs/storybook into svelte-autodoc-ts 2024-10-18 10:55:22 +02:00
Jeppe Reinhold
0d696db491 fix type.name being '{}' instead of 'object' 2024-10-18 10:46:18 +02:00
Jeppe Reinhold
d22b8e9251 fix types in vitest config 2024-10-17 20:42:45 +02:00
Jeppe Reinhold
47541e8508 fix Svelte vitests that broke when upgrading to most recent Svelte 5 prerelease 2024-10-17 20:41:49 +02:00
Valentin Palkovic
0c9a253451 Refactor vite-plugin-storybook-test configuration handling 2024-10-17 16:02:47 +02:00
Jeppe Reinhold
f1b65b04ef Fix Svelte type issues 2024-10-17 15:39:51 +02:00
Valentin Palkovic
2ecb95735e
Merge pull request #29375 from storybookjs/test-provider-name
Core: Improve aria labels using test provider `name` property
2024-10-17 11:15:14 +02:00
Gert Hengeveld
e9523db567 Only start tests for test providers that are ready to run 2024-10-17 10:41:25 +02:00
Valentin Palkovic
448cc6a149 Merge remote-tracking branch 'origin/next' into unified-ui-testing 2024-10-17 10:02:49 +02:00
Michael Shilman
f608e2240d Clean up helper and add tests 2024-10-17 13:06:06 +08:00
Michael Shilman
8b5972fc18 Fix linting 2024-10-17 12:33:31 +08:00
Michael Shilman
0861679101 CLI: Use Svelte 5 CSF template files 2024-10-17 12:17:24 +08:00
Michael Shilman
b0adc643c7 Merge branch 'next' into svelte-5-stories 2024-10-17 08:47:56 +08:00
Michael Shilman
cc837c4ee9 Remove border for now 2024-10-17 08:29:11 +08:00
Jeppe Reinhold
c764db1915 upgrade Svelte to latest prerelease 2024-10-16 22:13:09 +02:00
Jeppe Reinhold
3eb65af3c5 add svelte 5 story templates to Svelte renderer 2024-10-16 22:12:56 +02:00
Michael Shilman
537a07d68f TagsFilter: Updated filter UI WIP 2024-10-17 00:12:29 +08:00
Michael Shilman
6af414a12a TagsFilter: Exclude more built-in tags 2024-10-16 23:44:04 +08:00
Gert Hengeveld
71a4b083eb Improve aria labels using test provider name property 2024-10-16 16:11:37 +02:00
Valentin Palkovic
81c9b87e7f Merge remote-tracking branch 'origin/unified-ui-testing' into valentin/fix-watch-mode-in-testing-module 2024-10-16 15:04:10 +02:00
Valentin Palkovic
5045d57e8a Addon-Test: Fix watch mode 2024-10-16 15:03:54 +02:00
Gert Hengeveld
c56107f55d Wait for current run to finish before restarting Vitest when toggling watch mode 2024-10-16 14:50:05 +02:00
Jeppe Reinhold
921c971882
Merge pull request #29371 from storybookjs/fix-29358
Core: Fix building Storybook deleting project root files
2024-10-16 14:28:07 +02:00
Gert Hengeveld
c875a27103 Show number of tests when showing last run time, and prioritize this over the watch mode state 2024-10-16 13:22:34 +02:00
Jeppe Reinhold
ceb32c2aec simplify cleaning outDir on static build 2024-10-16 12:39:07 +02:00
Gert Hengeveld
d8a24fa6dd Don't show a checkmark on stories with success status 2024-10-16 11:37:16 +02:00
Gert Hengeveld
e22e54483e Remove Play buttons in the sidebar 2024-10-16 11:30:35 +02:00