Skip to content

jsnwu/playwright

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Playwright Python Frameworks

Features:

  • Test web search UI
  • Test rest api endpoints
  • Data driven tests
  • Run test in parallel
  • Generate HTML report
  • Basic rest api server with Flask

installation

pip install -r requirements.txt
playwright install

run tests

cd scripts
./run_tests.sh
# or
pytest --headed 

start rest server

python main.py

About

playwright ui regression framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published