1
1
mirror of https://github.com/microsoft/playwright.git synced 2024-12-14 21:53:35 +03:00
playwright/packages/playwright-core
Yury Semikhatsky f8d0204d2f
chore: provide better message for unhandled internal server errors ()
This changes error message from `Error: ` to `Error: Protocol error
(Fetch.continueRequest): Internal server error, session closed.` when
running `npm run ctest -- --repeat-each 100 -x --headed --timeout 3000
--workers 1 library/browsercontext-route.spec.ts:172` prior to
9d91b7caf5.
2023-12-14 13:49:11 -08:00
..
bin fix: Google Chrome Beta/Stable install on macOS () 2023-10-31 16:49:13 +01:00
bundles chore: get rid of rimraf package () 2023-10-26 19:41:00 +02:00
src chore: provide better message for unhandled internal server errors () 2023-12-14 13:49:11 -08:00
types feat: page.unrouteAll and context.unrouteAll () 2023-12-14 13:48:17 -08:00
.eslintrc.js lint: prevent object string concatenation () 2023-05-19 15:17:43 -07:00
.npmignore chore: fix installation tests () 2023-08-22 16:48:52 +02:00
browsers.json feat(webkit): roll to r1955 () 2023-12-14 11:10:54 -08:00
cli.js chore: fix playwright-core cli () 2023-05-22 12:37:08 -07:00
index.d.ts chore: migrate to monorepo () 2021-10-11 16:52:17 +02:00
index.js chore: refactored minimum Node Major version to variable () 2023-07-18 19:57:48 +02:00
index.mjs fix: export request from index.jsm () 2022-03-30 09:35:47 -07:00
package.json chore: mark version 1.41.0-next () 2023-11-15 20:05:36 -08:00
README.md chore: drop dependency on playwright-core in all our packages () 2020-05-21 13:18:15 -07:00
ThirdPartyNotices.txt chore: use codemirror in the on-hover locator editor () 2023-11-10 22:00:28 -08:00

playwright-core

This package contains the no-browser flavor of Playwright.