Working version of playwright
This commit is contained in:
16
README.md
16
README.md
@@ -41,4 +41,18 @@ docker-compose build
|
||||
cd src
|
||||
python -m cProfile -o profile.out main.py
|
||||
snakeviz profile.out # 'pip install snakeviz' if snakeviz is not installed
|
||||
```
|
||||
```
|
||||
|
||||
|
||||
# End to end testing
|
||||
```shell
|
||||
make install-playwright
|
||||
```
|
||||
|
||||
Alternatively, you can install Playwright and pytest-playwright via pip:
|
||||
```shell
|
||||
pip install playwright pytest-playwright
|
||||
playwright install
|
||||
playwright install-deps # may be required on Linux
|
||||
playwright --version
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user