File tree Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Expand file tree Collapse file tree 1 file changed +22
-0
lines changed Original file line number Diff line number Diff line change 1
1
# install-playwright-python
2
2
3
+ [ ![ PyPI version] (
4
+ https://badge.fury.io/py/install-playwright.svg
5
+ )] (
6
+ https://badge.fury.io/py/install-playwright
7
+ ) [ ![ Maintainability] (
8
+ https://api.codeclimate.com/v1/badges/75293ef4c40e3382cfe8/maintainability
9
+ )] (
10
+ https://codeclimate.com/github/eggplants/install-playwright-python/maintainability
11
+ ) [ ![ pre-commit.ci status] (
12
+ https://results.pre-commit.ci/badge/github/eggplants/install-playwright-python/master.svg
13
+ )] (
14
+ https://results.pre-commit.ci/latest/github/eggplants/install-playwright-python/master
15
+ ) [ ![ Test Coverage] (
16
+ https://api.codeclimate.com/v1/badges/75293ef4c40e3382cfe8/test_coverage
17
+ )] (
18
+ https://codeclimate.com/github/eggplants/install-playwright-python/test_coverage
19
+ ) [ ![ Test] (
20
+ https://github.com/eggplants/install-playwright-python/actions/workflows/test.yml/badge.svg
21
+ )] (
22
+ https://github.com/eggplants/install-playwright-python/actions/workflows/test.yml
23
+ )
24
+
3
25
Execute ` playwright install ` from Python.
4
26
5
27
``` python
You can’t perform that action at this time.
0 commit comments