Skip to content

qa-repos/playwright-python

Repository files navigation

self-python

python/self testing framework

setup

  • clone repo
  • create python virtual environment: python -m venv venv
  • activate environment: source venv/bin/activate

run tests

  • install requirements: pip install -r requierements.txt
  • run tests: pytest

Alternative way of running tests

  • make install
  • make test, make-test-ui etc. (see Makefile)

misc

  • after running make test reports will be generated under reports folder

About

playwright automated tests written with python

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages