From the course: Robot Framework Test Automation: Level 1 (Selenium)
Unlock this course with a free trial
Join today to access over 24,900 courses taught by industry experts.
Running and scheduling from Jenkins - Selenium Tutorial
From the course: Robot Framework Test Automation: Level 1 (Selenium)
Running and scheduling from Jenkins
In this video, we're going to talk about using Jenkins to run your Robot Framework tests. And the execution will take place on Saucelabs.com. Jenkins is my favorite way to run Robot Framework tests. It's definitely the easiest to use because all you have to do is log into Jenkins and click on a button. On the flip side though, it's definitely the most complex to configure because ideally your tests are going to live in a Git repository. You need to install the Jenkins web application and the Robot Framework plugin, and then you've got to create some jobs. And with Jenkins, your automated tests are not the only thing that's going to be triggered. The expectation with continuous integration and continuous testing is that your tests will be part of an automated build pipeline where when the developers make some changes to code and they check it in to Git, the Jenkins system will be listening to changes on Git, and there will be a multi-stage process where Jenkins grabs that new code…
Practice while you learn with exercise files
Download the files the instructor uses to teach the course. Follow along and learn by watching, listening and practicing.
Contents
-
-
-
-
-
-
Overview1m 23s
-
(Locked)
Robot vs. pybot41s
-
(Locked)
Running from PyCharm1m 41s
-
(Locked)
Running from a command window1m 28s
-
(Locked)
Running from a batch file2m 50s
-
(Locked)
Running from the Task Scheduler3m 30s
-
(Locked)
Running on SauceLabs.com browsers3m
-
(Locked)
Running and scheduling from Jenkins6m 42s
-
(Locked)
Running multiple suites5m 24s
-
(Locked)
Running a single test case5m 23s
-
(Locked)
Advanced run options1m 10s
-
-
-
-
-
-
-
-