Tag:Selenium
All the articles with the tag "Selenium".
-
Test Automation - Selenium Example Python Project 2022 Updates
Published:An overview of recent updates to a Selenium Python example project, including CI/CD improvements, dependency automation with Dependabot, and enhanced reporting.
-
Test Automation - How To Build a CI/CD Pipeline Using Pytest and GitHub Actions
Published:A step-by-step guide to building a complete CI/CD pipeline for Python-based E2E tests using Pytest, Allure, Selenoid, and GitHub Actions.
-
Test Automation - How To Show Current Test Name Before Each Test
Published:A guide on using a TestNG listener and JavaScript to display the current test name in a pop-up window, enhancing visibility during test execution.
-
Test Automation - Improve Code Readability Using Enumeration
Published:Learn how to replace magic numbers and strings with Java Enums to make your Selenium test code more readable and maintainable.