playwright/packages
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
..
html-reporter feat(reporter): report TestStep#attachments (#34037) 2025-01-02 17:48:59 +01:00
playwright chore: include actual value in the elementState (#34245) 2025-01-07 15:31:18 -08:00
playwright-browser-chromium chore: update headless shell treatment (#33603) 2024-11-14 04:20:44 -08:00
playwright-browser-firefox chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-browser-webkit chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-chromium chore: update headless shell treatment (#33603) 2024-11-14 04:20:44 -08:00
playwright-core add: list installed browsers 2025-01-08 13:49:34 -05:00
playwright-ct-core fix(defineConfig): fix type issue passing custom property in the seco… (#33774) 2024-12-09 09:20:47 -08:00
playwright-ct-react fix(types): Global JSX namespace is deprecated (#33949) 2024-12-11 17:09:19 -08:00
playwright-ct-react17 chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-ct-svelte chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-ct-vue fix(ct-vue): Upgrade plugin-vue to be compatible with Vite 5 (#33758) 2024-11-26 17:42:36 +01:00
playwright-firefox chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-test chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
playwright-webkit chore: mark v1.50.0-next (#33572) 2024-11-13 12:51:54 +01:00
protocol/src chore: keep linting generated files (#34150) 2024-12-27 10:00:59 +00:00
recorder chore: use recorder/html types for exported shared types (#34056) 2024-12-17 20:26:56 +01:00
trace/src fix(tracing): use page swap timestamp to find closest screenshot (#32512) 2024-09-10 14:32:33 +02:00
trace-viewer feat(trace-viewer): Add setting for display canvas content in snapshots (#34010) 2025-01-08 05:08:00 -08:00
web fix(ui): fix washed out dropdown colors in dark mode (#34186) 2025-01-08 06:14:22 -08:00
.eslintrc.js chore: replace process.exit with graceful closure (#24242) 2023-07-24 08:29:29 -07:00