playwright/tests/config
Yury Semikhatsky 79e379fc11
chore: do not set metadata.error for expect failure results (#29310)
The metadata.error change was brought back in
https://github.com/microsoft/playwright/pull/29271and it broke java port
as we could have error and result set simulteniously. This PR moves the
logic to the trace recorder instead and keeps the protocol contract
clear that either error or result is present, but not both.
2024-02-02 16:41:08 -08:00
..
testserver feat(chromium-tip-of-tree): roll to r1159 (#27605) 2023-10-17 22:41:23 +02:00
baseTest.ts chore: make tests strict (1) (#27731) 2023-10-23 09:31:30 -07:00
browserTest.ts test: unskip service tests (#28170) 2023-11-16 20:14:55 +01:00
checkCoverage.js chore: support await using for close() and dispose() (#27766) 2023-10-24 12:25:53 -07:00
commonFixtures.ts chore: make tests strict (1) (#27731) 2023-10-23 09:31:30 -07:00
comparator.ts chore: mark comparator option back as experimental (#20816) 2023-02-13 11:11:44 -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: enable no-floating-promises ESLint rule for tests (#23376) 2023-06-02 21:59:12 +02:00
errors.ts chore: unify target closed errors (#27540) 2023-10-12 11:05:34 -07:00
platformFixtures.ts chore: fix s2 mode (#24525) 2023-07-31 11:24:04 -07:00
proxy.ts test: update 'proxy' dependency to v2 (#28895) 2024-01-08 19:57:46 +01:00
queryObjects.ts chore: upgrade internal types to support TypeScript 4.9.3 (#19280) 2022-12-05 17:22:25 -08:00
remote-server-impl.js fix(launcher): unregister global process handlers when all browser are closed (#29011) 2024-01-16 14:41:26 -08:00
remoteServer.ts chore: split cli processing into cli endpoint and program (#29131) 2024-01-23 15:22:09 -08:00
serverFixtures.ts chore: move TestServer under test/ (#23287) 2023-05-25 15:11:16 -07:00
testMode.ts chore: revert #24598 (#26484) 2023-08-15 11:29:33 -07:00
testModeFixtures.ts chore: grid placeholder (#24598) 2023-08-04 08:38:07 -07:00
traceViewerFixtures.ts chore: do not set metadata.error for expect failure results (#29310) 2024-02-02 16:41:08 -08:00
utils.ts chore: render testInfo errors in the Errors tab (#28179) 2023-11-16 11:37:57 -08:00