Tag:Python
All the articles with the tag "Python".
-
Test Automation - Capturing Console Logs and JavaScript Errors with Selenium WebDriver BiDi in Python
Published:Leverage the power of WebDriver BiDi in Selenium Python to automatically capture console logs and JavaScript errors for faster test failure diagnosis.
-
Test Automation Best Practices: Pinning Browser Version in Selenium Python for Stability
Published:A practical guide on how to pin browser and driver versions in Selenium Python to avoid unexpected failures caused by new, unstable releases in CI/CD.
-
Test Automation - How to Sync Playwright Versions Between Python and GitHub Actions
Published:Solve frustrating CI/CD failures by automatically synchronizing Playwright and browser versions between your Python project and GitHub Actions workflow.
-
Test Automation - Accelerating Playwright Python Tests with Parallel Execution in GitHub Actions
Published:A guide to distributing Playwright Python tests across multiple machines in parallel using GitHub Actions and pytest-split to dramatically reduce execution time.