#16 Playwright with Python | PyTest framework with Playwright Part 6| Fixture| Setup and Teardown

preview_player
Показать описание
#pytest
#playwright
#python
Here in this video, we learned about Pytest fixture
Рекомендации по теме
Комментарии
Автор

You just saved me from wasting the whole night on debugging. 10:00 is the time where it clicked for me.

vladislav
Автор

You could also use a module called pytest-ordering, something like that. It allows you to order your tests, so that if you're running them as a session, you can string them together so that they move onto the next step properly

Yoyo-gfoi
Автор

Why not just use @pytest.mark.usefixtures?

Yoyo-gfoi
visit shbcf.ru