playwright/packages/playwright-core
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
..
bin chore: better error messages when stable channel installations fail on Windows (#29077) 2024-01-22 18:15:35 +01:00
bundles chore: get rid of rimraf package (#27790) 2023-10-26 19:41:00 +02:00
src chore: do not set metadata.error for expect failure results (#29310) 2024-02-02 16:41:08 -08:00
types docs: add an example of how to use "+" key as part of a shortcut (#29221) 2024-01-29 14:57:10 -08:00
.eslintrc.js lint: prevent object string concatenation (#23172) 2023-05-19 15:17:43 -07:00
.npmignore chore: fix installation tests (#26602) 2023-08-22 16:48:52 +02:00
browsers.json feat(webkit): roll to r1976 (#29326) 2024-02-02 18:26:51 +01:00
cli.js chore: split cli processing into cli endpoint and program (#29131) 2024-01-23 15:22:09 -08:00
index.d.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
index.js chore: refactored minimum Node Major version to variable (#24188) 2023-07-18 19:57:48 +02:00
index.mjs fix: export request from index.jsm (#13158) 2022-03-30 09:35:47 -07:00
package.json chore: split cli processing into cli endpoint and program (#29131) 2024-01-23 15:22:09 -08:00
README.md chore: drop dependency on playwright-core in all our packages (#2318) 2020-05-21 13:18:15 -07:00
ThirdPartyNotices.txt chore: use codemirror in the on-hover locator editor (#28090) 2023-11-10 22:00:28 -08:00

playwright-core

This package contains the no-browser flavor of Playwright.