playwright/tests/config
Andrey Lushnikov f3a99fdd69
chore: address API review comments for the snapshotPathTemplate (#18716)
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.
2022-11-10 17:23:57 -08:00
..
baseTest.ts chore: address API review comments for the snapshotPathTemplate (#18716) 2022-11-10 17:23:57 -08:00
browserTest.ts chore: move protocol and trace types into the top-level packages (#17486) 2022-09-20 18:41:51 -07:00
checkCoverage.js feat(download): introduce Download.cancel (#7462) 2021-07-06 09:38:50 +02:00
commonFixtures.ts feat(containers): implement global network tethering for playwright server (#17719) 2022-11-03 13:47:51 -07:00
comparator.ts test: use strict png comparator in tests (#18622) 2022-11-07 13:32:46 -08:00
coverage.js chore: sort out base fixtures (#9809) 2021-10-27 08:28:53 -07:00
coverageFixtures.ts chore: align more ESLint rules with VSCode formatting (#16647) 2022-08-18 20:12:33 +02:00
debugControllerBackend.ts chore: report paused signal to the debug controller clients (#18701) 2022-11-10 12:15:29 -08:00
platformFixtures.ts devops(docker): add docker integration smoke tests (#17267) 2022-09-14 15:05:18 -07:00
proxy.ts chore: always import type (#13365) 2022-04-06 14:57:14 -07:00
queryObjects.ts fix(leak): do not retain test fixtures in worker fixtures (#14363) 2022-05-23 16:54:56 -07:00
remote-server-impl.js test: switch temp dir tests to use userDataDir (#13745) 2022-04-26 09:32:58 +01:00
remoteServer.ts test: check that we remove temp directories on process exit (#13494) 2022-04-12 12:28:33 -07:00
serverFixtures.ts chore: align more ESLint rules with VSCode formatting (#16647) 2022-08-18 20:12:33 +02:00
testMode.ts devops(docker): add docker integration smoke tests (#17267) 2022-09-14 15:05:18 -07:00
testModeFixtures.ts devops(docker): add docker integration smoke tests (#17267) 2022-09-14 15:05:18 -07:00
traceViewerFixtures.ts feat: allow opening multiple html reporters and trace viewers (#17636) 2022-09-27 12:45:42 -07:00
utils.ts test: migrate some expect() tests to be more readable (#16394) 2022-08-10 15:10:25 -07:00