In this blog, we are going to learn:- → Basic installation of Jenkins → Configuring Jenkins with your project’s GitHub → Running the build locally on a defined time with the use of Cron jobs. → Covers workarounds that a user can face while installing Jenkins. Why Cypress Modern web applications are built on JavaScript … Continue reading Jenkins Integration with Cypress Testing
Category: Automation
RobotFramework with Pycharm using Linux for Beginners
Robotframework Introduction: Robotframework base is python, and available free as it is open source and used for test automation. RobotFramework is a general framework for test automation for acceptance testing. Robotframework uses keyword-driven testing technique that employs tabular test data syntax. RobotFramework uses keywords that are readable by humans and syntax used is very simple … Continue reading RobotFramework with Pycharm using Linux for Beginners