KTKunaal Thanikinkunaal.hashnode.dev·Sep 5, 2024 · 3 min readPageObjects, Fixtures, PytestChapter 02 - how to use Page Object Models, Fixtures, pyTest mark, Environment Variables, pytest.ini and conftest Recap: https://kunaal.hashnode.dev/automation-ch01-initialization Previously, we set up the testing framework using Playwright and Pytho...00
KTKunaal Thanikinkunaal.hashnode.dev·Jul 26, 2024 · 2 min readPytest FixturesFixtures: A pytest fixture is a function in the pytest framework that provides a fixed baseline environment for tests. This environment can include setting up database connections, preparing test data, or even creating temporary directories. Fixture...00