docs(test-snapshots-js.md): Add link to snapshotPathTemplate
so one can find how to configure the snapshot path references #29713 Signed-off-by: Jan Sepke <625043+jansepke@users.noreply.github.com>
This commit is contained in:
parent
aedd7ca0be
commit
4a04ce48b5
|
|
@ -44,6 +44,8 @@ The snapshot name `example-test-1-chromium-darwin.png` consists of a few parts:
|
|||
|
||||
- `chromium-darwin` - the browser name and the platform. Screenshots differ between browsers and platforms due to different rendering, fonts and more, so you will need different snapshots for them. If you use multiple projects in your [configuration file](./test-configuration.md), project name will be used instead of `chromium`.
|
||||
|
||||
The snapshot name and path can be configured with [`snapshotPathTemplate`](https://playwright.dev/docs/api/class-testproject#test-project-snapshot-path-template) in the playwright config.
|
||||
|
||||
## Updating screenshots
|
||||
|
||||
Sometimes you need to update the reference screenshot, for example when the page has changed. Do this with the `--update-snapshots` flag.
|
||||
|
|
|
|||
Loading…
Reference in a new issue