Skip to content

Commit 863da2a

Browse files
authored
Update development.md
1 parent 3efc541 commit 863da2a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/development.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,14 +26,14 @@ TODO: Elaborate on testing setup
2626

2727
##### Visual regression tests
2828

29+
Playwright is used to create and compare screenshots of each individual component.
30+
2931
###### Pipeline generated images
3032

3133
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.
3234

3335
###### Manual update
3436

35-
Playwright is used to create and compare screenshots of each individual component.
36-
3737
To update screenshots just run the following (you need Docker installed and available on your shell):
3838

3939
```shell

0 commit comments

Comments
 (0)