From the course: Robot Framework Test Automation: Level 2

Unlock this course with a free trial

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

Advanced command-line options

Advanced command-line options

- [Instructor] In the level one course we talked about several command line options that gave you the ability to customize some aspects of the way that robot framework works. In this lecture I'd like to talk about a few advanced command line options that boost your options and abilities even further. The first one is called reporttitle, and there's also another one called logtitle, and both of these allow you to provide a specific title on either the report file and/or the log. And the way we use this is by using --reporttitle, or --logtitle and then double quotes with some string that represents what you'd like to appear on the report and/or the log. So let's try that out. So here I've got a typical robot framework project. And I've got a directory here of tests with three suites. And normally the way I'd run this would be pybot -d results, and I could point at the tests directory to run each of the test files inside that test directory. And when I do that, and right-click to look at…

Contents