Test project to show
- features of MS Playwirght on Python
- automation project structure using pytest
- Playwright
- Pytest
- PyCharm
- Install Python
- Install PyCharm
- Install Python dependency pip install -r requirements.txt
- Make sure playwright version 1.8+ installed
- Start TestMe-TCM project. Use command line in PyCharm:
- CD C:\Users[your dirrectory]\TestMe-TCM
- python .\manage.py runserver
- Use command line in Window Power Shell:
- CD C:\Users[your dirrectory]\PLAYWRIGHT_AUTOMATION
- allure serve .\report\ --port 3060