From the course: Robot Framework Test Automation: Jenkins CI and Git Version Control

Unlock this course with a free trial

Join today to access over 22,600 courses taught by industry experts.

Run a job and view results

Run a job and view results

- [Instructor] So I can tell the excitement is building. It's time actually run our first Jenkins job. And the way we're going to do that is we're going to click on the Jenkins link to get to the dashboard. And we'll click on the play button on the right side of any given job. And when we do that, we're going to see a progress bar appear in one of those Build Executor rows down on the bottom left. And we'll have the ability to click on the context menu, drop down, and select Console Output, and see the steps execute as they progress. And if everything is configured properly, a new browser window should open up and start running our tests. Here we go. So as I mentioned, these are the start buttons over here. And if I click on one of these things, within a matter of seconds, we'll see a job start executing down here in one of these executors. And at that time, I can click on a little Context Menu dropdown and view the console before the actual test browser opens up and starts running my…

Contents