Skip to content

Commit 4a03d71

Browse files
authored
chore(roll): roll Playwright to 1.55.0-beta-1756314050000 (#2960)
1 parent 3cbe13e commit 4a03d71

File tree

2 files changed

+7
-5
lines changed

2 files changed

+7
-5
lines changed

ROLLING.md

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,12 @@
55
* create virtual environment, if don't have one: `python -m venv env`
66
* activate venv: `source env/bin/activate`
77
* install all deps:
8-
- `python -m pip install --upgrade pip`
9-
- `pip install -r local-requirements.txt`
10-
- `pre-commit install`
11-
- `pip install -e .`
8+
```
9+
python -m pip install --upgrade pip
10+
pip install -r local-requirements.txt
11+
pre-commit install
12+
pip install -e .
13+
```
1214
* change driver version in `setup.py`
1315
* download new driver: `python -m build --wheel`
1416
* generate API: `./scripts/update_api.sh`

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@
2121
import zipfile
2222
from typing import Dict
2323

24-
driver_version = "1.55.0"
24+
driver_version = "1.55.0-beta-1756314050000"
2525

2626
base_wheel_bundles = [
2727
{

0 commit comments

Comments
 (0)