Tag:Test-Execution
All the articles with the tag "Test-Execution".
-
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 - 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 - How To Automatically Skip Failing Test Cases
Published:Implement a TestNG listener in Java to automatically skip tests marked with 'Issue' annotations, improving report clarity by focusing on passing tests.