playwright/.github/actions
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
..
download-artifact devops: remove redundant files (#30521) 2024-04-24 22:26:31 +02:00
enable-microphone-access test: unflake microphone/video tests on macOS 15 (#32870) 2024-09-30 10:31:15 +02:00
run-test add: list installed browsers 2025-01-08 13:49:34 -05:00
upload-blob-report devops(merge): validate zip before uploading (#30061) 2024-03-22 21:22:19 +01:00