Kyle Gach
1dca308bf4
Snippetize examples
2024-04-30 22:21:31 -06:00
Kyle Gach
f88bea5169
Add back nextjs router/navigation override instructions
...
Other improvements:
- Consistency improvements in snippets throughout
- Prose tweaks
2024-04-18 20:36:02 -06:00
Kyle Gach
2ac03c4248
Address feedback
...
- Next.js
- Add portable stories section
- Mocking modules
- Clarify requirements of mock files
- Prose and snippet tweaks
- Interaction testing
- Bring over `mockdate` example
- Prose and snippet tweaks
2024-04-17 23:35:36 -06:00
Kyle Gach
ec6742b1ea
Update Decorators and Interaction tests pages
...
- Decorators
- Focus the "context" section on only that argument
- Move irrelevant examples and snippets to the Story rendering page
- Interaction Testing
- Under the Write an interaction test section, add:
- Run code before each test section
- Mocked modules section
2024-04-16 22:04:42 -06:00
JohnEndson
6b06603308
chore: remove repetitive words
...
Signed-off-by: JohnEndson <jiayuzhen@outlook.com>
2024-03-29 11:58:19 +08:00
Norbert de Langen
4c9967b2c3
Merge pull request #26528 from deining/fix-typo
...
Maintenance: Fix typos
2024-03-26 11:00:22 +01:00
jonniebigodes
e02325bc55
Docs: Minor Coverage addon updates
2024-03-22 11:21:56 +00:00
Andreas Deininger
3fca53414b
Fix typos
2024-03-15 21:55:21 +01:00
jonniebigodes
57361ec88d
Merge branch 'next' into docs_asset_updates
2024-03-12 15:01:36 +00:00
jonniebigodes
917da2a7d8
Docs: Storybook 8 image updates
2024-03-12 14:59:07 +00:00
jonniebigodes
9fdc7a23a9
Docs: Snapshot testing updates
2024-03-05 12:12:20 +00:00
jonniebigodes
b8c6a63c14
Docs: Adds first batch of videos
2024-02-28 14:25:46 +00:00
jonniebigodes
a1af0bcf89
Docs: Fix Visual tests
2024-02-23 22:26:14 +00:00
jonniebigodes
06f62341d7
change heading
2024-02-09 13:05:31 +00:00
jonniebigodes
ea0e539b39
Update docs/writing-tests/test-runner.md
...
Co-authored-by: Yann Braga <yannbf@gmail.com>
2024-02-09 11:34:52 +00:00
jonniebigodes
cc0f0395ad
Docs: Test runner minor changes for plug and play support
2024-02-08 16:46:12 +00:00
jonniebigodes
9c0d26aa12
Docs: Visual testing update minimum Storybook version
2024-02-07 20:00:44 +00:00
Kyle Gach
917e5e49d1
Update package name
2024-02-01 11:13:11 -07:00
Kyle Gach
fd6b4ab5f3
Content updates
...
- Hide the RendererSelector, because the content doesn't depend on the renderer
- Improve consistency of snippet filenames
- Required properties listed first in table
- Fixed heading levels
- Small prose tweaks, mostly around consistency with rest of docs
2024-02-01 11:13:11 -07:00
domyen
6b59301952
Update visual tests page with new images & CI instructions
2024-02-01 11:13:11 -07:00
domyen
30b4289c65
Pass at Visual Test docs
2024-02-01 11:13:11 -07:00
domyen
4bf37ac002
Update VT explanatory animation to remove visual artifact
2024-02-01 11:13:11 -07:00
jonniebigodes
722de1ccb1
Docs: Visual testing addon updates
2024-02-01 11:13:11 -07:00
Yann Braga
6733062c78
Merge pull request #25443 from storybookjs/feat/portable-stories-vue3
...
Vue3: Introduce portable stories API
2024-01-24 15:12:13 +01:00
Yann Braga
b1a2d708e9
remove @storybook/testing-vue3 references from docs
2024-01-23 13:53:46 +01:00
jonniebigodes
f3c7f3d538
Merge branch 'next' into docs_vue_2_removal
2024-01-22 14:39:48 +00:00
Yann Braga
721818b5ce
Merge pull request #25528 from storybookjs/docs_updates_portable_stories
...
Docs: Vue 3 Unit testing changes for Portable stories
2024-01-22 10:29:39 +01:00
jonniebigodes
4d6f0d5091
Docs: Vue 3 Unit testing changes for Portable stories
2024-01-09 20:55:01 +00:00
Valentin Palkovic
c017e0d052
Add requested documentation changes
2024-01-08 10:06:39 +01:00
Valentin Palkovic
87cd401ffd
Merge remote-tracking branch 'origin/next' into valentin/remove-babel-from-webpack5-builder
2024-01-04 16:40:43 +01:00
jonniebigodes
98c9ebd27e
Merge branch 'next' into docs_vue_2_removal
2024-01-03 11:30:48 +00:00
Yann Braga
2a4413bfc9
CLI: Add Storyshots migration notice
2024-01-02 14:17:09 -03:00
Valentin Palkovic
ef3da4c658
Merge remote-tracking branch 'origin/next' into valentin/remove-babel-from-webpack5-builder
2024-01-02 12:38:14 +01:00
Devanand
bfccfa5cde
Fix a small typo snapshot-testing.md
...
Fix a small typo snapshot-testing.md on line 13. storyhots -> storyshots
2023-12-31 08:27:34 -08:00
Valentin Palkovic
0688ef09b7
Remove Babel from webpack5 builder
2023-12-28 13:40:37 +01:00
jonniebigodes
697cf08869
Docs: Remove Vue 2 from documentation
2023-12-27 20:47:00 +00:00
jonniebigodes
da1d221fee
Docs: Test Coverage troubleshoot optimized builds
2023-12-19 20:47:59 +00:00
jonniebigodes
39fd813c16
Docs: Svelte docs and examples update
2023-12-04 21:23:56 +00:00
jonniebigodes
8e12e9722a
Docs: Test coverage add callout for configuration
2023-11-30 18:55:27 +00:00
jonniebigodes
48cc869d95
Fix Links
2023-11-30 13:26:13 +00:00
jonniebigodes
73c3d2f4b9
Adds the missing pages and assets back
2023-11-30 13:03:31 +00:00
Norbert de Langen
f75ef81403
Merge branch 'next' into release-8-0
2023-11-28 10:58:12 +01:00
Kyle Gach
975ad7604b
Update TOC to use heading
type
...
- Rename `introduction.md`, `overview.md`, `how-to-contribute.md` pages -> `index.md` pages
- Add all-new `index.md` pages for Sharing and API
- Find/replace `introduction.md`/`overview.md` -> `index.md`
- Find/replace `/introduction`/`/overview` -> `/`
- Add `hideRendererSelector: true` to frontmatter of (some) pages that aren't conditional on renderer
2023-11-27 20:57:51 -07:00
Kyle Gach
a076f4fcee
Remove /<renderer>
from URLs in docs
2023-11-27 20:57:51 -07:00
Norbert de Langen
69c3c86cf7
Merge branch 'next' into release-8-0
2023-11-27 09:28:19 +01:00
jonniebigodes
f4300a3161
Added divider for readability
2023-11-23 19:04:55 +00:00
jonniebigodes
7cba07aa77
Merge branch 'docs_visual_snaphot_test_changes' of https://github.com/storybookjs/storybook into docs_visual_snaphot_test_changes
2023-11-23 18:43:29 +00:00
jonniebigodes
600daef87a
Feedback addressed
2023-11-23 18:43:21 +00:00
Norbert de Langen
9b35dd1969
Merge branch 'next' into release-8-0
2023-11-23 14:15:33 +01:00
jonniebigodes
1236bddaf5
Merge branch 'next' into docs_visual_snaphot_test_changes
2023-11-23 00:34:34 +00:00