playwright/packages/playwright-core
robby 018e23da80 add: list installed browsers
Add new commands to list installed browsers.

Solves #34183

* Add `playwright ls` command to list installed browsers in `packages/playwright-core/src/cli/commands/ls.ts`.
* Add `--list` option to `npx playwright install` command in `packages/playwright-core/src/cli/commands/install.ts`.
* Register the new `ls` command in the CLI program in `packages/playwright-core/src/cli/program.ts`.
* Write tests for the `playwright ls` command in `packages/playwright-core/src/cli/commands/ls.test.ts`.
* Add documentation for the new `playwright ls` command and `--list` option in `docs/src/cli.md`.
* Update `.github/actions/run-test/action.yml` to use `npx playwright install --with-deps --list` to list installed browsers.
2025-01-08 13:49:34 -05:00
..
bin chore: move winldd to CDN (#34078) 2024-12-19 23:29:21 +01:00
bundles chore: bump https/socks proxy-agent (#33965) 2024-12-11 17:52:52 -08:00
src add: list installed browsers 2025-01-08 13:49:34 -05:00
types docs: remove note about DataTrander limited availability (#34243) 2025-01-07 15:42:10 -08:00
.eslintrc.js chore: strengthen linting (#29669) 2024-02-26 16:52:28 -08:00
.npmignore fix(client-certificates): include socks-certs in npm package (#31872) 2024-07-26 11:04:38 +02:00
browsers.json feat(chromium-tip-of-tree): roll to r1293 (#34234) 2025-01-07 21:43:05 +03: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: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01: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: bump https/socks proxy-agent (#33965) 2024-12-11 17:52:52 -08:00

playwright-core

This package contains the no-browser flavor of Playwright.