This patch:
- updates documentation to lead users from `TestConfig.snapshotDir` and
`testInfo.snapshotSuffix` to `TestConfig.snapshotPathTemplate` as a
better and more flexible alternative.
- drops `{snapshotSuffix}` from documentation
- stops using `snapshotSuffix = ''` in our own tests and switches us
to the `snapshotPathTemplate`.
- adds `{testName}` token.
|
||
|---|---|---|
| .. | ||
| assets | ||
| electron-app.js | ||
| electron-app.spec.ts | ||
| electron-tracing.spec.ts | ||
| electron-window-app-delayed-loadURL.js | ||
| electron-window-app.js | ||
| electron-window.spec.ts | ||
| electronTest.ts | ||
| playwright.config.ts | ||