playwright/tests/playwright-test
Dmitry Gozman 7acbd052e4
test: migrate some expect() tests to be more readable (#16394)
This moves some expect() matchers tests from test runner tests to page tests,
because these are implemented through a library call anyway.

Makes tests more readbable, faster and easier to test specific details.
2022-08-10 15:10:25 -07:00
..
assets
stable-test-runner
access-data.spec.ts
babel.spec.ts
basic.spec.ts feat(test runner): separate interrupted status from skipped (#16124) 2022-08-02 12:55:43 -07:00
command-line-filter.spec.ts
config.spec.ts chore: remove TestProject.projectSetup (#16321) 2022-08-05 15:24:30 -07:00
esm.spec.ts
exit-code.spec.ts
expect-poll.spec.ts
expect-soft.spec.ts
expect.spec.ts test: migrate some expect() tests to be more readable (#16394) 2022-08-10 15:10:25 -07:00
fixture-errors.spec.ts
fixtures.spec.ts
gitignore.spec.ts
global-setup.spec.ts chore: remove TestProject.projectSetup (#16321) 2022-08-05 15:24:30 -07:00
golden.spec.ts
hooks.spec.ts fix(test runner): do not swallow afterEach errors after skipped tests (#16276) 2022-08-04 18:49:23 -07:00
list-mode.spec.ts
loader.spec.ts
match-grep.spec.ts
max-failures.spec.ts fix(test runner): show tests as interrupted when maxFailures stops them (#16178) 2022-08-03 15:25:25 -07:00
override-timeout.spec.ts
playwright-test-fixtures.ts feat(test runner): separate interrupted status from skipped (#16124) 2022-08-02 12:55:43 -07:00
playwright.artifacts.spec.ts
playwright.config.spec.ts
playwright.config.ts
playwright.connect.spec.ts
playwright.ct-build.spec.ts
playwright.ct-react.spec.ts
playwright.ct-reuse.spec.ts fix(reuse): clear storage after stopping all scripts (#16275) 2022-08-04 16:39:18 -07:00
playwright.fetch.spec.ts
playwright.spec.ts feat(test runner): separate interrupted status from skipped (#16124) 2022-08-02 12:55:43 -07:00
playwright.trace.spec.ts feat(test runner): add --trace cli option (#16277) 2022-08-05 09:20:39 -07:00
playwright.unhandled.spec.ts feat(test runner): separate interrupted status from skipped (#16124) 2022-08-02 12:55:43 -07:00
repeat-each.spec.ts
reporter-attachment.spec.ts
reporter-base.spec.ts chore: update "X fatal errors" message (#16325) 2022-08-05 21:21:43 -07:00
reporter-dot.spec.ts
reporter-github.spec.ts
reporter-html.spec.ts chore: trace viewer fallback error (#16365) 2022-08-09 15:53:11 -07:00
reporter-json.spec.ts
reporter-junit.spec.ts
reporter-line.spec.ts
reporter-list.spec.ts
reporter-raw.spec.ts
reporter.spec.ts feat(test runner): TestProject.projectSetup (#16063) 2022-08-01 09:01:23 -07:00
resolver.spec.ts fix(test runner): do not resolve relative imports through baseUrl (#16395) 2022-08-09 21:16:27 -07:00
retry.spec.ts
runner.spec.ts fix(test runner): show interrupted as yellow (#16396) 2022-08-09 21:17:30 -07:00
shard.spec.ts
stdio.spec.ts
test-extend.spec.ts
test-grep.spec.ts
test-ignore.spec.ts
test-info.spec.ts
test-modifiers.spec.ts
test-output-dir.spec.ts
test-parallel.spec.ts
test-serial.spec.ts
test-step.spec.ts feat: return value from step (#16060) 2022-07-29 15:16:07 -07:00
test-use.spec.ts
timeout.spec.ts
to-have-screenshot.spec.ts
types-2.spec.ts feat: return value from step (#16060) 2022-07-29 15:16:07 -07:00
types.spec.ts
web-server.spec.ts feat(plugins): send accept header in webServer url checking (#16251) 2022-08-10 12:48:37 -07:00
worker-index.spec.ts