playwright/packages/playwright-chromium
Max Schmitt f856e3e4bc
chore: run 'npm pkg fix' (#27470)
As per

```
npm WARN publish npm auto-corrected some errors in your package.json when publishing.  Please run "npm pkg fix" to address these errors.
npm WARN publish errors corrected:
npm WARN publish Removed invalid "scripts"
npm WARN publish "bin[playwright-core]" script name was cleaned
npm WARN publish "repository.url" was normalized to "git+https://github.com/microsoft/playwright.git
```

works now as per
https://www.npmjs.com/package/@playwright/test/v/1.39.0-alpha-1696547902000
when you scroll down.

https://github.com/microsoft/playwright/issues/22555
2023-10-05 23:42:27 +00:00
..
cli.js chore: remove cli from playwright-core (#22612) 2023-04-25 11:19:37 -07:00
index.d.ts chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
index.js chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
index.mjs chore: migrate to monorepo (#9421) 2021-10-11 16:52:17 +02:00
install.js chore: don't auto-install browsers if global install (#13299) 2022-04-08 10:46:24 -07:00
package.json chore: run 'npm pkg fix' (#27470) 2023-10-05 23:42:27 +00:00
README.md chore: fix markdown links in NPM README's (#12833) 2022-03-17 15:28:57 +01:00

playwright-chromium

This package contains the Chromium flavor of the Playwright library. If you want to write end-to-end tests, we recommend @playwright/test.