playwright/.github
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
..
actions add: list installed browsers 2025-01-08 13:49:34 -05:00
ISSUE_TEMPLATE Update bug.yml 2024-09-04 09:17:43 -07:00
workflows chore(bidi): upload report.csv to azure (#34122) 2024-12-20 18:04:21 -08:00
dependabot.yml devops: update GitHub Actions via dependabot (#33683) 2024-11-20 08:13:35 +01:00