#93 POM Framework - Part 1 | Playwright with Python and Pytest | Page Object Model Design Pattern

preview_player
Показать описание
#playwright
#pytest
#automation
#python

This Part 1 of Page Object Model with Playwright Series
Рекомендации по теме
Комментарии
Автор

thanks for all your contributions!
just in case, you saw the new v1.27 ? with the new Locators

rolantb
Автор

And in my project I have multiple environments like staging, pre prod, live etc. For each environment we have different ssh port, host, db username, password. I am able to connect to DB by opening SSH tunnel. But what I want that I specify env in pytest.ini file . For example I said pre prod then it should take pre prod info and connect to DB. If you can provide some info here.

shalinigupta
Автор

Thankyou for sharing the tutorials. However can't see anythng releated to reporting and screenshot capturing of failed scenario. Can you please share the link of that video where u have covered this functionality if there is any?

simranarora
Автор

Hello @automationNeemo, can you plz let us know how to separate common locators (like header and footer) into separate page file ?

arsiddilip
Автор

Thanks for the knowledge sharing, can we use multiple fixtures for a test. Lets say I want to open browser and want to do login also so I have created two fixtures. 1) setup 2) login and in two tests I want both and in one test I want only setup fixture. How to do that

shalinigupta
Автор

Hi, what you think about playwright typescript? Playwright python or playwright typescript which best?

abinaya
Автор

Hello Sir why src package is created ?

sukhveersingh
Автор

Thank you!! is there going to be part 2 for pom?

gebeyabirhanu
Автор

Hi friend,

It's very clearly and useful. Is there any course from Udemy of you? so I can buy it

Thanks so much

haunguyen