mirror of
https://github.com/microsoft/playwright.git
synced 2025-06-26 21:40:17 +00:00

This avoids problems with `toMatchSnapshot('../../dir/file.png')` where we append this path to `snapshotDir` and end up in some random place. Also added a note to documentation.