Tag:pytest
All the articles with the tag "pytest".
-
Test Automation - Flexible Test Execution with Playwright Python and GitHub Actions
Published:Learn how to create a flexible GitHub Actions workflow that allows for both scheduled regression runs and on-demand execution with custom pytest commands.
-
Test Automation - Efficient Element Selection with Playwright Python using Test IDs
Published:Improve test readability and robustness by configuring Playwright to use custom 'data-test' attributes for element selection with the get_by_test_id() method.
-
Test Automation - How to Bypass Re-Login With Playwright Python And Pytest
Published:Speed up your test suite by using Pytest fixtures and Playwright's session storage to bypass repeated logins and persist authenticated sessions.
-
Test Automation - Maximizing Browser Window With Playwright Python And Pytest
Published:A guide to maximizing the browser window in Playwright with Pytest fixtures to ensure consistent visual testing and capture full-page error details.