Tag:Debugging
All the articles with the tag "Debugging".
-
Test Automation - How To Add Git Version Control Data To Allure Report in Python
Published:Learn how to automatically add Git commit information to Allure reports in a Python project using GitPython, improving debugging and traceability.
-
Solving the JDK 17 Compatibility Issue with Appium: A Step-by-Step Guide
Published:A step-by-step guide to resolving the cglib compatibility issue that prevents Appium from working with JDK 17, enabling you to use the latest Java features.
-
Test Automation - How To Attach Public IP Adress to Allure report using Pytest and Requests
Published:Learn how to automatically attach the public IP address of the test execution machine to Allure reports for enhanced debugging of failed tests.
-
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.