playwright/tests/playwright-test
Dmitry Gozman bb34d7a953
fix(test-runner): sanitize snapshot name before constructing a path (#7620)
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.
2021-07-14 16:31:19 -07:00
..
assets
entry
access-data.spec.ts
base-reporter.spec.ts
basic.spec.ts
config.spec.ts
dot-reporter.spec.ts
exit-code.spec.ts
expect.spec.ts
fixture-errors.spec.ts
fixtures.spec.ts
gitignore.spec.ts
global-setup.spec.ts
golden.spec.ts fix(test-runner): sanitize snapshot name before constructing a path (#7620) 2021-07-14 16:31:19 -07:00
hooks.spec.ts
json-reporter.spec.ts fix(runner): mark tests skipped due to sharding in junit report (#7578) 2021-07-13 05:06:08 -07:00
junit-reporter.spec.ts fix(runner): mark tests skipped due to sharding in junit report (#7578) 2021-07-13 05:06:08 -07:00
launch-server.spec.ts feat(test-runner): migrate to launch config/server (#7603) 2021-07-15 01:19:45 +02:00
line-reporter.spec.ts
list-mode.spec.ts
list-reporter.spec.ts
loader.spec.ts feat(test-runner): support esm modules in more places (#7542) 2021-07-12 11:59:58 -05:00
match-grep.spec.ts chore: roll test-runner to 1.13.0-next-1625774143000 (#7519) 2021-07-08 23:36:11 -07:00
max-failures.spec.ts
options.spec.ts
override-timeout.spec.ts
playwright-test-fixtures.ts feat(test-runner): support esm modules in more places (#7542) 2021-07-12 11:59:58 -05:00
playwright-test.config.ts
playwright.spec.ts chore: move working with browser channels to Registry Executables (#7581) 2021-07-13 19:03:49 -07:00
repeat-each.spec.ts
retry.spec.ts
runner.spec.ts
shard.spec.ts
stdio.spec.ts
test-extend.spec.ts
test-ignore.spec.ts
test-info.spec.ts
test-modifiers.spec.ts
test-output-dir.spec.ts
timeout.spec.ts
types-2.spec.ts
types.spec.ts
worker-index.spec.ts