Jenkins Email Template for Robot Framework Results
Running Jenkins jobs with Robot Framework tests can be really convenient and Robot Framework plugin for Jenkins presents results in html and generates images to track trends via charts. Of course going to Jenkins URL and inspecting results is not everybody’s first choice. Great amount of our communication happens via Email and therefore we want to show our tests results via email too. If anything it is easier to forward information to other parties involved.
Robot Framework and Jenkins
To start with Jenkins lets first install Robot Framework Plugin and create one job with some tests.
After build is done we need to make sure our robot results are copied. We can defined some arguments like pass and unstable threshold.
Now, after job execution, results are presented in following graphics.