Skip to content

karola312/python-playwright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Instruction

Create a virtual environment and install project dependencies:

python3 -m pip install uv
uv venv
source .venv/bin/activate 
uv pip sync uv.lock

Instal poetry, project dependencies and playwright:

pip install poetry
poetry install --no-root
playwright install

Run tests:

pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages