Skip to content

Commit 0fc6a62

Browse files
docs: add rolling.md (microsoft#859)
Co-authored-by: Max Schmitt <[email protected]>
1 parent c4a38ab commit 0fc6a62

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

ROLLING.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
# Rolling Playwright-Python to the latest Playwright driver
2+
3+
* checkout repo: `git clone https://github.com/microsoft/playwright-python`
4+
* make sure local python is 3.9
5+
* create virtual environment, if don't have one: `python -m venv env`
6+
* activate venv: `source env/bin/activate`
7+
* 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 .`
12+
* change driver version in `setup.py`
13+
* download new driver: `python setup.py bdist_wheel`
14+
* generate API: `./scripts/update_api.sh`
15+
* commit changes & send PR
16+
* wait for bots to pass & merge the PR

0 commit comments

Comments
 (0)