Skip to content

Commit 3efc541

Browse files
authored
docs: enhanced description for snapshot updates (#4021)
1 parent 793458e commit 3efc541

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

docs/development.md

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,13 @@ TODO: Elaborate on testing setup
2424

2525
#### Component Tests
2626

27-
**Visual regression tests**
27+
##### Visual regression tests
28+
29+
###### Pipeline generated images
30+
31+
On every fail of the visual regression tests in the Default pipeline, we're regenerating the snapshots as a `snapshot-*`-artifact. Please download these ones from the "Summary" page and commit the updated screenshots with `npm run commit:updated-snapshots` command from project root.
32+
33+
###### Manual update
2834

2935
Playwright is used to create and compare screenshots of each individual component.
3036

0 commit comments

Comments
 (0)