Skip to content

Ypurek/playwright-automation

Repository files navigation

Playwright automation with python

Test project to show

  • features of MS Playwright on Python
  • automation project structure using pytest

All tests designed to cover application Test-Me

Guide in Ukrainian about python playwright: Our youtube channel

Tools:

Install guide

  1. Install python
  2. Install PyCharm
  3. Install python dependencies pip install -r requirements.txt
  4. Make sure playwright version 1.8+ installed

Project structure

  • conftest.py file contains main fixtures to work
  • Page objects stored in page_object folder
  • Tests stored in tests folder
  • Settings are spread between:
    • pytest.ini
    • settings.py

Run guide

  1. Install software to test Test-Me
  2. Set correct path to DB in pytest.ini file
  3. Run Test-Me (check guide in it's repo)
  4. Run tests using command pytest

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages